Skip to content

Commit 151af84

Browse files
Update constants.ts
Signed-off-by: Robert Mads Christensen <[email protected]>
1 parent 1182e25 commit 151af84

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/constants/src/lib/constants/constants.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,10 +446,10 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
446446
type: null,
447447
vmType: 'EVM',
448448
},
449-
zoraGoerli: {
449+
zoraSepolia: {
450450
contractAddress: null,
451451
chainId: 999999999,
452-
name: 'Zora Goerli',
452+
name: 'Zora Sepolia',
453453
symbol: 'ETH',
454454
decimals: 18,
455455
rpcUrls: ['https://sepolia.rpc.zora.energy'],
@@ -459,12 +459,12 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
459459
},
460460
zksyncTestnet: {
461461
contractAddress: null,
462-
chainId: 280,
462+
chainId: 300,
463463
name: 'zkSync Era Testnet',
464464
symbol: 'ETH',
465465
decimals: 18,
466-
rpcUrls: ['https://testnet.era.zksync.dev'],
467-
blockExplorerUrls: ['https://goerli.explorer.zksync.io/'],
466+
rpcUrls: ['https://sepolia.era.zksync.dev'],
467+
blockExplorerUrls: ['https://sepolia.explorer.zksync.io/'],
468468
type: null,
469469
vmType: 'EVM',
470470
},

0 commit comments

Comments
 (0)