File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
packages/constants/src/lib/constants Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff 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/**
You can’t perform that action at this time.
0 commit comments