UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

23 lines 627 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const eon = /*#__PURE__*/ defineChain({ id: 7332, name: 'Horizen EON', network: 'eon', nativeCurrency: { decimals: 18, name: 'ZEN', symbol: 'ZEN', }, rpcUrls: { public: { http: ['https://eon-rpc.horizenlabs.io/ethv1'] }, default: { http: ['https://eon-rpc.horizenlabs.io/ethv1'] }, }, blockExplorers: { default: { name: 'EON Explorer', url: 'https://eon-explorer.horizenlabs.io', }, }, contracts: {}, }); //# sourceMappingURL=eon.js.map