UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines 604 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const shiden = /*#__PURE__*/ defineChain({ id: 336, name: 'Shiden', nativeCurrency: { decimals: 18, name: 'SDN', symbol: 'SDN', }, rpcUrls: { default: { http: ['https://shiden.public.blastapi.io'], webSocket: ['wss://shiden-rpc.dwellir.com'], }, }, blockExplorers: { default: { name: 'Shiden Scan', url: 'https://shiden.subscan.io', }, }, testnet: false, }); //# sourceMappingURL=shiden.js.map