UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

26 lines 735 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.eon = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.eon = (0, defineChain_js_1.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