Skip to content

Commit 9ca4747

Browse files
committed
Add storyProtocolTestnet
1 parent 459c178 commit 9ca4747

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
781781
type: null,
782782
vmType: 'EVM',
783783
},
784+
storyProtocolTestnet: {
785+
contractAddress: null,
786+
chainId: 1513,
787+
name: 'Story Protocol Testnet',
788+
symbol: 'IP',
789+
decimals: 18,
790+
rpcUrls: ['https://testnet.storyrpc.io'],
791+
blockExplorerUrls: ['https://testnet.storyscan.xyz'],
792+
type: null,
793+
vmType: 'EVM',
794+
},
784795
};
785796

786797
/**

0 commit comments

Comments
 (0)