diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63925509..b1165a0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@
## vNext
...
+## v0.34.0
+- [FE] Update Twitter and Telegram links
+
## v0.33.0
- [FE] Token Metrics Enhancements:
- Express both the "Total Supply" and "Total Staked" values in USD.
diff --git a/api/package.json b/api/package.json
index 0c9e90cb..3388e5ee 100644
--- a/api/package.json
+++ b/api/package.json
@@ -1,6 +1,6 @@
{
"name": "api",
- "version": "0.33.0",
+ "version": "0.34.0",
"description": "PolkaStats API",
"author": "Mario Pino Uceda",
"license": "Apache-2.0",
diff --git a/backend/package.json b/backend/package.json
index 954251bd..cd376bfb 100644
--- a/backend/package.json
+++ b/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "backend",
- "version": "0.33.0",
+ "version": "0.34.0",
"description": "PolkaStats NG Backend",
"author": "Mario Pino Uceda",
"license": "Apache-2.0",
diff --git a/frontend/components/Footer.vue b/frontend/components/Footer.vue
index 903e9af0..b8ddae12 100644
--- a/frontend/components/Footer.vue
+++ b/frontend/components/Footer.vue
@@ -29,13 +29,13 @@
-
-
+
- @cerenetwork
+ @cereofficial
-
-
+
Cere Network
diff --git a/frontend/frontend.config-cere-dev.js b/frontend/frontend.config-cere-dev.js
index 1c7226e3..1deebfbe 100644
--- a/frontend/frontend.config-cere-dev.js
+++ b/frontend/frontend.config-cere-dev.js
@@ -3,7 +3,7 @@ export const network = {
name: 'Cere Network',
tokenSymbol: 'CERE',
tokenDecimals: 10,
- ss58Format: -1,
+ ss58Format: 54,
coinGeckoDenom: 'cere-network',
nodeWs: 'wss://archive.testnet.cere.network/ws',
backendWs: 'wss://stats-hasura.network-dev.aws.cere.io/v1/graphql',
diff --git a/frontend/frontend.config-cere-local.js b/frontend/frontend.config-cere-local.js
index 8a236af0..5e5738f8 100644
--- a/frontend/frontend.config-cere-local.js
+++ b/frontend/frontend.config-cere-local.js
@@ -3,7 +3,7 @@ export const network = {
name: 'Cere Network',
tokenSymbol: 'CERE',
tokenDecimals: 10,
- ss58Format: -1,
+ ss58Format: 54,
coinGeckoDenom: 'cere-network',
nodeWs: 'wss://archive.mainnet.cere.network/ws',
backendWs: 'ws://localhost:8082/v1/graphql',
diff --git a/frontend/frontend.config-cere-prd.js b/frontend/frontend.config-cere-prd.js
index 666d0a62..031a1061 100644
--- a/frontend/frontend.config-cere-prd.js
+++ b/frontend/frontend.config-cere-prd.js
@@ -3,7 +3,7 @@ export const network = {
name: 'Cere Network',
tokenSymbol: 'CERE',
tokenDecimals: 10,
- ss58Format: -1,
+ ss58Format: 54,
coinGeckoDenom: 'cere-network',
nodeWs: 'wss://archive.mainnet.cere.network/ws',
backendWs: 'wss://hasura.stats.cere.network/v1/graphql',
diff --git a/frontend/frontend.config-cere-stg.js b/frontend/frontend.config-cere-stg.js
index 5b65f1f9..4b7be946 100644
--- a/frontend/frontend.config-cere-stg.js
+++ b/frontend/frontend.config-cere-stg.js
@@ -3,7 +3,7 @@ export const network = {
name: 'Cere Network',
tokenSymbol: 'CERE',
tokenDecimals: 10,
- ss58Format: -1,
+ ss58Format: 54,
coinGeckoDenom: 'cere-network',
nodeWs: 'wss://archive.mainnet.cere.network/ws',
backendWs: 'wss://hasura.stats.stg.cere.network/v1/graphql',
diff --git a/frontend/frontend.config-kusama.js b/frontend/frontend.config-kusama.js
deleted file mode 100644
index 1597b2f4..00000000
--- a/frontend/frontend.config-kusama.js
+++ /dev/null
@@ -1,18 +0,0 @@
-export const network = {
- id: 'kusama',
- name: 'Kusama',
- tokenSymbol: 'KSM',
- tokenDecimals: 12,
- ss58Format: 2,
- coinGeckoDenom: 'kusama',
- nodeWs: 'wss://kusama-rpc.polkadot.network',
- backendWs: 'wss://kusama.polkastats.io/api/v3',
- backendHttp: 'https://kusama.polkastats.io/api/v3',
- googleAnalytics: 'UA-172854168-1',
- theme: '@/assets/scss/themes/polkastats.scss',
- // ranking
- historySize: 84, // 21 days
- erasPerDay: 4,
- validatorSetSize: 24,
-}
-export const paginationOptions = [10, 20, 50, 100]
diff --git a/frontend/frontend.config-polkadot.js b/frontend/frontend.config-polkadot.js
deleted file mode 100644
index 32940383..00000000
--- a/frontend/frontend.config-polkadot.js
+++ /dev/null
@@ -1,18 +0,0 @@
-export const network = {
- id: 'polkadot',
- name: 'Polkadot',
- tokenSymbol: 'DOT',
- tokenDecimals: 10,
- ss58Format: 0,
- coinGeckoDenom: 'polkadot',
- nodeWs: 'wss://rpc.polkadot.network',
- backendWs: 'wss://polkadot.polkastats.io/api/v3',
- backendHttp: 'https://polkadot.polkastats.io/api/v3',
- googleAnalytics: 'UA-144344973-1',
- theme: '@/assets/scss/themes/polkastats.scss',
- // ranking
- historySize: 84, // 84 days
- erasPerDay: 1,
- validatorSetSize: 24,
-}
-export const paginationOptions = [10, 20, 50, 100]
diff --git a/frontend/frontend.config.js b/frontend/frontend.config.js
index 1597b2f4..8e1ca0dd 100644
--- a/frontend/frontend.config.js
+++ b/frontend/frontend.config.js
@@ -1,18 +1,18 @@
export const network = {
- id: 'kusama',
- name: 'Kusama',
- tokenSymbol: 'KSM',
- tokenDecimals: 12,
- ss58Format: 2,
- coinGeckoDenom: 'kusama',
- nodeWs: 'wss://kusama-rpc.polkadot.network',
- backendWs: 'wss://kusama.polkastats.io/api/v3',
- backendHttp: 'https://kusama.polkastats.io/api/v3',
- googleAnalytics: 'UA-172854168-1',
+ id: 'cere',
+ name: 'Cere Network',
+ tokenSymbol: 'CERE',
+ tokenDecimals: 10,
+ ss58Format: 54,
+ coinGeckoDenom: 'cere-network',
+ nodeWs: 'wss://archive.mainnet.cere.network/ws',
+ backendWs: 'wss://hasura.stats.cere.network/v1/graphql',
+ backendHttp: 'https://api.stats.cere.network/api/v1',
+ googleAnalytics: '',
theme: '@/assets/scss/themes/polkastats.scss',
- // ranking
- historySize: 84, // 21 days
- erasPerDay: 4,
+ // ranking Í
+ historySize: 16, // 16 days
+ erasPerDay: 1,
validatorSetSize: 24,
}
export const paginationOptions = [10, 20, 50, 100]
diff --git a/frontend/package.json b/frontend/package.json
index c2b70f46..bdec0e1e 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "frontend",
- "version": "0.33.0",
+ "version": "0.34.0",
"description": "PolkaStats NG frontend",
"author": "Mario Pino Uceda",
"license": "Apache-2.0",
diff --git a/package.json b/package.json
index d4152e34..b761efac 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "cerestats",
- "version": "0.33.0",
+ "version": "0.34.0",
"description": "Cere Stats mono repo",
"repository": {
"type": "git",