File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed
packages/constants/src/lib/constants Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -781,17 +781,39 @@ 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+ } ,
806+ hushedNorthstar : {
807+ contractAddress : null ,
808+ chainId : 42161 ,
809+ name : 'Hushed Northstar Devnet' ,
810+ symbol : 'ETH' ,
811+ decimals : 18 ,
812+ rpcUrls : [ 'https://rpc.buildbear.io/yielddev' ] ,
813+ blockExplorerUrls : [ 'https://explorer.buildbear.io/yielddev/transactions' ] ,
814+ type : null ,
815+ vmType : 'EVM' ,
816+ } ,
795817} ;
796818
797819/**
You can’t perform that action at this time.
0 commit comments