We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459c178 commit 9ca4747Copy full SHA for 9ca4747
packages/constants/src/lib/constants/constants.ts
@@ -781,6 +781,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
781
type: null,
782
vmType: 'EVM',
783
},
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
+ },
795
};
796
797
/**
0 commit comments