UNPKG

viem

Version:

TypeScript Interface for Ethereum

25 lines (23 loc) 499 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, })