Skip to content

Commit 1182e25

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

File tree

1 file changed

+18
-51
lines changed

1 file changed

+18
-51
lines changed

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

Lines changed: 18 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -171,17 +171,6 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
171171
type: 'ERC1155',
172172
vmType: 'EVM',
173173
},
174-
goerli: {
175-
contractAddress: '0xc716950e5DEae248160109F562e1C9bF8E0CA25B',
176-
chainId: 5,
177-
name: 'Goerli',
178-
symbol: 'ETH',
179-
decimals: 18,
180-
rpcUrls: ['https://goerli.infura.io/v3/96dffb3d8c084dec952c61bd6230af34'],
181-
blockExplorerUrls: ['https://goerli.etherscan.io'],
182-
type: 'ERC1155',
183-
vmType: 'EVM',
184-
},
185174
cronos: {
186175
contractAddress: '0xc716950e5DEae248160109F562e1C9bF8E0CA25B',
187176
chainId: 25,
@@ -292,17 +281,6 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
292281
type: null,
293282
vmType: 'EVM',
294283
},
295-
baseGoerli: {
296-
contractAddress: null,
297-
chainId: 84531,
298-
name: 'Base Goerli',
299-
symbol: 'ETH',
300-
decimals: 18,
301-
rpcUrls: ['https://goerli.base.org'],
302-
blockExplorerUrls: ['https://goerli.basescan.org'],
303-
type: null,
304-
vmType: 'EVM',
305-
},
306284
baseSepolia: {
307285
contractAddress: null,
308286
chainId: 84532,
@@ -470,12 +448,12 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
470448
},
471449
zoraGoerli: {
472450
contractAddress: null,
473-
chainId: 999,
451+
chainId: 999999999,
474452
name: 'Zora Goerli',
475453
symbol: 'ETH',
476454
decimals: 18,
477-
rpcUrls: ['https://testnet.rpc.zora.energy'],
478-
blockExplorerUrls: ['https://testnet.explorer.zora.energy'],
455+
rpcUrls: ['https://sepolia.rpc.zora.energy'],
456+
blockExplorerUrls: ['https://sepolia.explorer.zora.energy/'],
479457
type: null,
480458
vmType: 'EVM',
481459
},
@@ -490,17 +468,6 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
490468
type: null,
491469
vmType: 'EVM',
492470
},
493-
lineaGoerli: {
494-
contractAddress: null,
495-
chainId: 59140,
496-
name: 'Linea Testnet',
497-
symbol: 'ETH',
498-
decimals: 18,
499-
rpcUrls: ['https://rpc.goerli.linea.build'],
500-
blockExplorerUrls: ['https://explorer.goerli.linea.build'],
501-
type: null,
502-
vmType: 'EVM',
503-
},
504471
lineaSepolia: {
505472
contractAddress: null,
506473
chainId: 59141,
@@ -586,14 +553,14 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
586553
type: null,
587554
vmType: 'EVM',
588555
},
589-
optimismGoerli: {
556+
optimismSepolia: {
590557
contractAddress: null,
591-
chainId: 420,
592-
name: 'Optimism Goerli',
558+
chainId: 11155420,
559+
name: 'Optimism Sepolia',
593560
symbol: 'ETH',
594561
decimals: 18,
595-
rpcUrls: ['https://optimism-goerli.publicnode.com'],
596-
blockExplorerUrls: ['https://goerli-optimism.etherscan.io/'],
562+
rpcUrls: ['https://sepolia.optimism.io'],
563+
blockExplorerUrls: ['https://sepolia-optimism.etherscan.io/'],
597564
type: null,
598565
vmType: 'EVM',
599566
},
@@ -802,14 +769,14 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
802769
type: null,
803770
vmType: 'EVM',
804771
},
805-
fhenixHelium: {
772+
fhenixNitrogen: {
806773
contractAddress: null,
807-
chainId: 8008135,
808-
name: 'Fhenix Helium',
774+
chainId: 8008148,
775+
name: 'Fhenix Nitrogen',
809776
symbol: 'tFHE',
810777
decimals: 18,
811-
rpcUrls: ['https://api.helium.fhenix.zone'],
812-
blockExplorerUrls: ['https://explorer.helium.fhenix.zone'],
778+
rpcUrls: ['https://api.nitrogen.fhenix.zone'],
779+
blockExplorerUrls: ['https://explorer.nitrogen.fhenix.zone'],
813780
type: null,
814781
vmType: 'EVM',
815782
},
@@ -835,14 +802,14 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
835802
type: null,
836803
vmType: 'EVM',
837804
},
838-
storyOdyssey: {
805+
storyAenid: {
839806
contractAddress: null,
840-
chainId: 1516,
841-
name: 'Story Odyssey',
807+
chainId: 1315,
808+
name: 'Story Aenid',
842809
symbol: 'IP',
843810
decimals: 18,
844-
rpcUrls: ['https://rpc.odyssey.storyrpc.io'],
845-
blockExplorerUrls: ['https://odyssey.storyscan.xyz'],
811+
rpcUrls: ['https://aeneid.storyrpc.io'],
812+
blockExplorerUrls: ['https://aeneid.storyscan.xyz/'],
846813
type: null,
847814
vmType: 'EVM',
848815
},

0 commit comments

Comments
 (0)