Skip to content

Commit 8134e61

Browse files
authored
Merge pull request #692 from LIT-Protocol/wyatt/rpc/storyIlaid-campTestnet
Rename `storyProtocolTestnet` to `storyIlaid`. Add `campTestnet` and `hushedNorthstar`
2 parents a2230aa + a93f8f7 commit 8134e61

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

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

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)