Skip to content

Commit 0aa14b9

Browse files
committed
chore: update RPC and blockexplorer for campTestnet. Add campMainnet. Remove campNetwork
1 parent eb219e5 commit 0aa14b9

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ export const LIT_CHAINS_KEYS = [
9393
'waevEclipseDevnet',
9494
'verifyTestnet',
9595
'fuse',
96-
'campNetwork',
9796
'vanar',
9897
'lisk',
9998
'chilizMainnet',
@@ -111,6 +110,7 @@ export const LIT_CHAINS_KEYS = [
111110
'bitTorrentTestnet',
112111
'storyOdyssey',
113112
'campTestnet',
113+
'campMainnet',
114114
'hushedNorthstar',
115115
'amoy',
116116
'matchain',
@@ -739,19 +739,6 @@ export const LIT_CHAINS: LITChain<LitEVMChainKeys, LITEVMChain> = {
739739
type: null,
740740
vmType: VMTYPE.EVM,
741741
},
742-
campNetwork: {
743-
contractAddress: null,
744-
chainId: 325000,
745-
name: 'Camp Network',
746-
symbol: 'ETH',
747-
decimals: 18,
748-
rpcUrls: ['https://rpc.camp-network-testnet.gelato.digital'],
749-
blockExplorerUrls: [
750-
'https://explorer.camp-network-testnet.gelato.digital/',
751-
],
752-
type: null,
753-
vmType: VMTYPE.EVM,
754-
},
755742
vanar: {
756743
contractAddress: null,
757744
chainId: 78600,
@@ -946,12 +933,25 @@ export const LIT_CHAINS: LITChain<LitEVMChainKeys, LITEVMChain> = {
946933
},
947934
campTestnet: {
948935
contractAddress: null,
949-
chainId: 325000,
936+
chainId: 123420001114,
950937
name: 'Camp Testnet',
951-
symbol: 'ETH',
938+
symbol: 'CAMP',
939+
decimals: 18,
940+
rpcUrls: ['https://rpc.basecamp.t.raas.gelato.cloud'],
941+
blockExplorerUrls: ['https://basecamp.cloud.blockscout.com/'],
942+
type: null,
943+
vmType: VMTYPE.EVM,
944+
},
945+
campMainnet: {
946+
contractAddress: null,
947+
chainId: 484,
948+
name: 'Camp Mainnet',
949+
symbol: 'CAMP',
952950
decimals: 18,
953-
rpcUrls: ['https://rpc.camp-network-testnet.gelato.digital'],
954-
blockExplorerUrls: ['https://camp-network-testnet.blockscout.com'],
951+
rpcUrls: ['https://rpc.camp.raas.gelato.cloud'],
952+
blockExplorerUrls: [
953+
'https://camp.cloud.blockscout.com/',
954+
],
955955
type: null,
956956
vmType: VMTYPE.EVM,
957957
},

0 commit comments

Comments
 (0)