We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e893a46 commit bc06e52Copy full SHA for bc06e52
src/utils/chains.ts
@@ -90,7 +90,7 @@ export const initialRpcUrls: Record<number, string[]> = {
90
'https://scroll-mainnet.public.blastapi.io',
91
],
92
[zksync.id]: [
93
- process.env.NEXT_PUBLIC_RPC_ZKEVM || 'https://zksync.meowrpc.com',
+ process.env.NEXT_PUBLIC_RPC_ZKSYNC || 'https://zksync.meowrpc.com',
94
'https://mainnet.era.zksync.io',
95
96
[linea.id]: [
0 commit comments