Skip to content

Commit

Permalink
fix: Update zkSync logo and label (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanaronson authored Jun 4, 2024
1 parent deff2f3 commit 951248e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
8 changes: 4 additions & 4 deletions src/utils/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@ export const CHAIN_METADATA: Record<SupportedNetworks, ChainData> = {
// id: 324,
// name: i18n.t('explore.modal.filterDAOs.label.zksync'),
// domain: 'L2 Blockchain',
// logo: 'https://assets.coingecko.com/asset_platforms/images/121/large/zksync.jpeg',
// logo: 'https://static.debank.com/image/chain/logo_url/era/2cfcd0c8436b05d811b03935f6c1d7da.png',
// explorer: 'https://explorer.zksync.io/',
// isTestnet: false,
// explorerName: 'ZkSync Explorer',
// explorerName: 'zkSync Explorer',
// publicRpc: 'https://zksync.meowrpc.com',
// gatewayNetwork: 'ethereum/zksync',
// nativeCurrency: {
Expand All @@ -261,11 +261,11 @@ export const CHAIN_METADATA: Record<SupportedNetworks, ChainData> = {
id: 300,
name: i18n.t('explore.modal.filterDAOs.label.zksyncSepolia'),
domain: 'L2 Blockchain',
logo: 'https://assets.coingecko.com/asset_platforms/images/121/large/zksync.jpeg',
logo: 'https://static.debank.com/image/chain/logo_url/era/2cfcd0c8436b05d811b03935f6c1d7da.png',
explorer: 'https://sepolia.explorer.zksync.io/',
isTestnet: true,
// mainnet: 'zksync',
explorerName: 'ZkSync Sepolia Explorer',
explorerName: 'zkSync Sepolia Explorer',
publicRpc: 'https://endpoints.omniatech.io/v1/zksync-era/sepolia/public',
gatewayNetwork: 'zksync/sepolia',
nativeCurrency: {
Expand Down

0 comments on commit 951248e

Please sign in to comment.