Skip to content

Commit 77c2cac

Browse files
authored
Merge pull request #1008 from LIT-Protocol/rpcs/2025-12-04
js-sdk: Update CAMP EVM network configs
2 parents eb219e5 + 1dd299e commit 77c2cac

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

.changeset/bright-rings-dream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@lit-protocol/constants': major
3+
---
4+
5+
Remove deprecated campNetwork config from EVM network constants, update RPC and block explorer URLs for campTestnet, and add campMainnet network config.

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

Lines changed: 16 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,23 @@ 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: ['https://camp.cloud.blockscout.com/'],
955953
type: null,
956954
vmType: VMTYPE.EVM,
957955
},

0 commit comments

Comments
 (0)