File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/constants/src/lib/constants Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments