Skip to content

Commit afd8fa4

Browse files
Rename storyProtocolTestnet to storyIlaid. Add campTestnet
Signed-off-by: Wyatt Barnes <[email protected]>
1 parent a2230aa commit afd8fa4

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,17 +781,28 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
781781
type: null,
782782
vmType: 'EVM',
783783
},
784-
storyProtocolTestnet: {
784+
storyIlaid: {
785785
contractAddress: null,
786786
chainId: 1513,
787-
name: 'Story Protocol Testnet',
787+
name: 'Story Iliad Testnet',
788788
symbol: 'IP',
789789
decimals: 18,
790790
rpcUrls: ['https://testnet.storyrpc.io'],
791791
blockExplorerUrls: ['https://testnet.storyscan.xyz'],
792792
type: null,
793793
vmType: 'EVM',
794794
},
795+
campTestnet: {
796+
contractAddress: null,
797+
chainId: 325000,
798+
name: 'Camp Testnet',
799+
symbol: 'ETH',
800+
decimals: 18,
801+
rpcUrls: ['https://rpc.camp-network-testnet.gelato.digital'],
802+
blockExplorerUrls: ['https://camp-network-testnet.blockscout.com'],
803+
type: null,
804+
vmType: 'EVM',
805+
},
795806
};
796807

797808
/**

0 commit comments

Comments
 (0)