Skip to content

Commit bc06e52

Browse files
authored
fix: rename env variable for zksync (#139)
1 parent e893a46 commit bc06e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const initialRpcUrls: Record<number, string[]> = {
9090
'https://scroll-mainnet.public.blastapi.io',
9191
],
9292
[zksync.id]: [
93-
process.env.NEXT_PUBLIC_RPC_ZKEVM || 'https://zksync.meowrpc.com',
93+
process.env.NEXT_PUBLIC_RPC_ZKSYNC || 'https://zksync.meowrpc.com',
9494
'https://mainnet.era.zksync.io',
9595
],
9696
[linea.id]: [

0 commit comments

Comments
 (0)