UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines 650 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.xdc = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.xdc = (0, defineChain_js_1.defineChain)({ id: 50, name: 'XinFin Network', nativeCurrency: { decimals: 18, name: 'XDC', symbol: 'XDC', }, rpcUrls: { default: { http: ['https://rpc.xinfin.network'] }, }, blockExplorers: { xinfin: { name: 'XinFin', url: 'https://explorer.xinfin.network' }, default: { name: 'Blocksscan', url: 'https://xdc.blocksscan.io' }, }, }); //# sourceMappingURL=xdc.js.map