UNPKG

viem

Version:

TypeScript Interface for Ethereum

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