From 20c0391ecbdb09f76024daa7e3be6bf8371407c6 Mon Sep 17 00:00:00 2001 From: Barukimang Date: Tue, 2 Jul 2024 13:17:41 +0300 Subject: [PATCH 1/2] edit network name --- .env.development | 1 + src/assets/locales/en/common.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index b1a250976..e8e9deb16 100644 --- a/.env.development +++ b/.env.development @@ -18,5 +18,6 @@ VITE_VOCDONI_ENV='stg' VITE_VOCDONI_CENSUS3_URL=https://census3-aragon.vocdoni.net/api VITE_BACKEND_URL=https://stg.app-backend.aragon.org +# VITE_BACKEND_URL=http://localhost:8000 VITE_GATEWAY_URL=https://app.gwstg.aragon.in diff --git a/src/assets/locales/en/common.json b/src/assets/locales/en/common.json index a17720c07..364877123 100644 --- a/src/assets/locales/en/common.json +++ b/src/assets/locales/en/common.json @@ -1068,8 +1068,8 @@ "governanceType": "Governance type", "arbitrum": "Arbitrum", "ethereumSepolia": "Ethereum Sepolia", - "zksync": "zkSync Era", - "zksyncSepolia": "zkSync Sepolia" + "zksync": "ZKsync Era", + "zksyncSepolia": "ZKsync Sepolia" }, "ctaLabel": { "see0": "See 0 DAOs", From 1a84323934e0a4ee814df9609f843f2edf92e5f8 Mon Sep 17 00:00:00 2001 From: Barukimang Date: Tue, 2 Jul 2024 13:24:29 +0300 Subject: [PATCH 2/2] replace logo pulled from coingecko like other chains --- .env.development | 1 - src/utils/constants/chains.ts | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index e8e9deb16..b1a250976 100644 --- a/.env.development +++ b/.env.development @@ -18,6 +18,5 @@ VITE_VOCDONI_ENV='stg' VITE_VOCDONI_CENSUS3_URL=https://census3-aragon.vocdoni.net/api VITE_BACKEND_URL=https://stg.app-backend.aragon.org -# VITE_BACKEND_URL=http://localhost:8000 VITE_GATEWAY_URL=https://app.gwstg.aragon.in diff --git a/src/utils/constants/chains.ts b/src/utils/constants/chains.ts index 1c537a1fa..a5253ef41 100644 --- a/src/utils/constants/chains.ts +++ b/src/utils/constants/chains.ts @@ -238,7 +238,7 @@ export const CHAIN_METADATA: Record = { id: 324, name: i18n.t('explore.modal.filterDAOs.label.zksync'), domain: 'L2 Blockchain', - logo: 'https://static.debank.com/image/chain/logo_url/era/2cfcd0c8436b05d811b03935f6c1d7da.png', + logo: 'https://assets.coingecko.com/coins/images/38043/large/ZKTokenBlack.png?1718614502', explorer: 'https://explorer.zksync.io/', isTestnet: false, explorerName: 'zkSync Explorer', @@ -261,7 +261,7 @@ export const CHAIN_METADATA: Record = { id: 300, name: i18n.t('explore.modal.filterDAOs.label.zksyncSepolia'), domain: 'L2 Blockchain', - logo: 'https://static.debank.com/image/chain/logo_url/era/2cfcd0c8436b05d811b03935f6c1d7da.png', + logo: 'https://assets.coingecko.com/coins/images/38043/large/ZKTokenBlack.png?1718614502', explorer: 'https://sepolia.explorer.zksync.io/', isTestnet: true, mainnet: 'zksyncMainnet',