Skip to content

Commit 0db09fe

Browse files
remove duplicates constants.ts
Signed-off-by: Robert Mads Christensen <[email protected]>
1 parent 592fe86 commit 0db09fe

File tree

1 file changed

+5
-40
lines changed

1 file changed

+5
-40
lines changed

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

Lines changed: 5 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -562,17 +562,6 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
562562
type: null,
563563
vmType: 'EVM',
564564
},
565-
waevEclipseDevnet: {
566-
contractAddress: null,
567-
chainId: 91006,
568-
name: 'Waev Eclipse Devnet',
569-
symbol: 'ecWAEV',
570-
decimals: 18,
571-
rpcUrls: ['https://api.evm.waev.dev.eclipsenetwork.xyz'],
572-
blockExplorerUrls: ['http://waev.explorer.modular.cloud/'],
573-
type: null,
574-
vmType: 'EVM',
575-
},
576565
verifyTestnet: {
577566
contractAddress: null,
578567
chainId: 1833,
@@ -595,19 +584,6 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
595584
type: null,
596585
vmType: 'EVM',
597586
},
598-
campNetwork: {
599-
contractAddress: null,
600-
chainId: 325000,
601-
name: 'Camp Network',
602-
symbol: 'ETH',
603-
decimals: 18,
604-
rpcUrls: ['https://rpc.camp-network-testnet.gelato.digital'],
605-
blockExplorerUrls: [
606-
'https://explorer.camp-network-testnet.gelato.digital/',
607-
],
608-
type: null,
609-
vmType: 'EVM',
610-
},
611587
vanar: {
612588
contractAddress: null,
613589
chainId: 78600,
@@ -811,17 +787,6 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
811787
type: null,
812788
vmType: 'EVM',
813789
},
814-
hushedNorthstar: {
815-
contractAddress: null,
816-
chainId: 42161,
817-
name: 'Hushed Northstar Devnet',
818-
symbol: 'ETH',
819-
decimals: 18,
820-
rpcUrls: ['https://rpc.buildbear.io/yielddev'],
821-
blockExplorerUrls: ['https://explorer.buildbear.io/yielddev/transactions'],
822-
type: null,
823-
vmType: 'EVM',
824-
},
825790
amoy: {
826791
contractAddress: null,
827792
chainId: 80002,
@@ -877,14 +842,14 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
877842
type: null,
878843
vmType: 'EVM',
879844
},
880-
moksha: {
845+
mokshaTestnet: {
881846
contractAddress: null,
882-
chainId: 1480,
883-
name: 'Vana',
847+
chainId: 14800,
848+
name: 'Moksha Testnet',
884849
symbol: 'VANA',
885850
decimals: 18,
886-
rpcUrls: ['https://rpc.moksha.vana.org'],
887-
blockExplorerUrls: ['https://moksha.vanascan.io'],
851+
rpcUrls: ['https://rpc.moksha.vana.org/'],
852+
blockExplorerUrls: ['https://moksha.vanascan.io/'],
888853
type: null,
889854
vmType: 'EVM',
890855
},

0 commit comments

Comments
 (0)