Skip to content

Commit

Permalink
fix: APP-3366 - ZKsync rebranding (#1379)
Browse files Browse the repository at this point in the history
* edit network name

* replace logo pulled from coingecko like other chains
  • Loading branch information
Barukimang authored Jul 2, 2024
1 parent 23e1d20 commit a9ec745
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/assets/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/utils/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export const CHAIN_METADATA: Record<SupportedNetworks, ChainData> = {
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',
Expand All @@ -261,7 +261,7 @@ export const CHAIN_METADATA: Record<SupportedNetworks, ChainData> = {
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',
Expand Down

0 comments on commit a9ec745

Please sign in to comment.