UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines (18 loc) 463 B
import { defineChain } from '../../utils/chain/defineChain.js' export const zhejiang = /*#__PURE__*/ defineChain({ id: 1_337_803, name: 'Zhejiang', nativeCurrency: { name: 'Zhejiang Ether', symbol: 'ZhejETH', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.zhejiang.ethpandaops.io'], }, }, blockExplorers: { default: { name: 'Beaconchain', url: 'https://zhejiang.beaconcha.in', }, }, testnet: true, })