UNPKG

viem

Version:

TypeScript Interface for Ethereum

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