diff --git a/packages/constants/src/lib/constants/constants.ts b/packages/constants/src/lib/constants/constants.ts index 3bc7624b6c..444e2b5850 100644 --- a/packages/constants/src/lib/constants/constants.ts +++ b/packages/constants/src/lib/constants/constants.ts @@ -781,10 +781,10 @@ export const LIT_CHAINS: LITChain = { type: null, vmType: 'EVM', }, - storyProtocolTestnet: { + storyIlaid: { contractAddress: null, chainId: 1513, - name: 'Story Protocol Testnet', + name: 'Story Iliad Testnet', symbol: 'IP', decimals: 18, rpcUrls: ['https://testnet.storyrpc.io'], @@ -792,6 +792,28 @@ export const LIT_CHAINS: LITChain = { type: null, vmType: 'EVM', }, + campTestnet: { + contractAddress: null, + chainId: 325000, + name: 'Camp Testnet', + symbol: 'ETH', + decimals: 18, + rpcUrls: ['https://rpc.camp-network-testnet.gelato.digital'], + blockExplorerUrls: ['https://camp-network-testnet.blockscout.com'], + type: null, + vmType: 'EVM', + }, + hushedNorthstar: { + contractAddress: null, + chainId: 42161, + name: 'Hushed Northstar Devnet', + symbol: 'ETH', + decimals: 18, + rpcUrls: ['https://rpc.buildbear.io/yielddev'], + blockExplorerUrls: ['https://explorer.buildbear.io/yielddev/transactions'], + type: null, + vmType: 'EVM', + }, }; /**