UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines 552 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const storyTestnet = /*#__PURE__*/ defineChain({ id: 1513, name: 'Story Testnet', nativeCurrency: { decimals: 18, name: 'IP', symbol: 'IP', }, rpcUrls: { default: { http: ['https://testnet.storyrpc.io'] }, }, blockExplorers: { default: { name: 'Story Testnet Explorer', url: 'https://testnet.storyscan.xyz', }, }, testnet: true, }); //# sourceMappingURL=storyTestnet.js.map