viem
Version:
20 lines (18 loc) • 463 B
text/typescript
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,
})