Skip to content

Commit

Permalink
fix: update zksync names to match elastic chain and new branding
Browse files Browse the repository at this point in the history
  • Loading branch information
zk-Lumi committed Dec 14, 2024
1 parent 491dc45 commit 99154a3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3808,7 +3808,7 @@ exports[`Network Selector renders correctly when network UI redesign is enabled
]
}
>
zkSync Mainnet
ZKsync Era Mainnet
</Text>
</View>
<View
Expand Down
8 changes: 4 additions & 4 deletions app/store/migrations/043.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const oldState = {
rpcUrl: 'https://zksync2-mainnet.zksync.io',
chainId: '0x144',
ticker: 'ETH',
nickname: 'zkSync Era',
nickname: 'ZKsync Era',
rpcPrefs: {
blockExplorerUrl: 'https://explorer.zksync.io',
},
Expand All @@ -93,7 +93,7 @@ const oldState = {
rpcUrl: 'https://sepolia.era.zksync.dev',
chainId: '0x12c',
ticker: 'ETH',
nickname: 'zkSync Sepolia Testnet',
nickname: 'ZKsync Sepolia Testnet',
rpcPrefs: {
blockExplorerUrl: 'https://sepolia.explorer.zksync.io/',
},
Expand Down Expand Up @@ -226,7 +226,7 @@ const expectedState = {
rpcUrl: 'https://zksync2-mainnet.zksync.io',
chainId: '0x144',
ticker: 'ETH',
nickname: 'zkSync Era',
nickname: 'ZKsync Era',
rpcPrefs: {
blockExplorerUrl: 'https://explorer.zksync.io',
},
Expand All @@ -245,7 +245,7 @@ const expectedState = {
rpcUrl: 'https://sepolia.era.zksync.dev',
chainId: '0x12c',
ticker: 'ETH',
nickname: 'zkSync Sepolia Testnet',
nickname: 'ZKsync Sepolia Testnet',
rpcPrefs: {
blockExplorerUrl: 'https://sepolia.explorer.zksync.io/',
},
Expand Down
2 changes: 1 addition & 1 deletion app/util/networks/customNetworks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('popularNetwork', () => {
'OP Mainnet': toHex('10'),
Palm: toHex('11297108109'),
'Polygon Mainnet': toHex('137'),
'zkSync Mainnet': toHex('324'),
'ZKsync Era Mainnet': toHex('324'),
};

PopularList.forEach((rpc) => {
Expand Down
2 changes: 1 addition & 1 deletion app/util/networks/customNetworks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const PopularList = [
},
{
chainId: toHex('324'),
nickname: 'zkSync Mainnet',
nickname: 'ZKsync Era Mainnet',
rpcUrl: `https://mainnet.era.zksync.io`,
ticker: 'ETH',
warning: true,
Expand Down
2 changes: 1 addition & 1 deletion e2e/resources/networks.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const PopularNetworksList = {
type: 'rpc',
chainId: toHex('324'),
rpcUrl: `https://mainnet.era.zksync.io`,
nickname: 'zkSync Era Mainnet',
nickname: 'ZKsync Era Mainnet',
ticker: 'FTM',
},
},
Expand Down

0 comments on commit 99154a3

Please sign in to comment.