fix(config): fixes typos in the zkSync RPC domains

Fixes https://github.com/WalletConnect/web-examples/issues/230
This commit is contained in:
Ben Kremer 2023-07-10 10:08:21 +02:00
parent c8893d114e
commit 3d902d6193
2 changed files with 8 additions and 8 deletions

View File

@ -45,8 +45,8 @@ export const EIP155_MAINNET_CHAINS = {
name: 'zkSync Era',
logo: '/chain-logos/eip155-324.svg',
rgb: '242, 242, 242',
rpc: 'https://mainnet.era.zsync.io/'
},
rpc: 'https://mainnet.era.zksync.io/'
}
}
export const EIP155_TEST_CHAINS = {
@ -83,8 +83,8 @@ export const EIP155_TEST_CHAINS = {
name: 'zkSync Era Testnet',
logo: '/chain-logos/eip155-324.svg',
rgb: '242, 242, 242',
rpc: 'https://testnet.era.zsync.dev/'
},
rpc: 'https://testnet.era.zksync.dev/'
}
}
export const EIP155_CHAINS = { ...EIP155_MAINNET_CHAINS, ...EIP155_TEST_CHAINS }

View File

@ -45,8 +45,8 @@ export const EIP155_MAINNET_CHAINS = {
name: 'zkSync Era',
logo: '/chain-logos/eip155-324.svg',
rgb: '242, 242, 242',
rpc: 'https://mainnet.era.zsync.io/'
},
rpc: 'https://mainnet.era.zksync.io/'
}
}
export const EIP155_TEST_CHAINS = {
@ -83,8 +83,8 @@ export const EIP155_TEST_CHAINS = {
name: 'zkSync Era Testnet',
logo: '/chain-logos/eip155-324.svg',
rgb: '242, 242, 242',
rpc: 'https://testnet.era.zsync.dev/'
},
rpc: 'https://testnet.era.zksync.dev/'
}
}
export const EIP155_CHAINS = { ...EIP155_MAINNET_CHAINS, ...EIP155_TEST_CHAINS }