UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

21 lines (19 loc) 569 B
import { defineChain } from '../../utils/chain/defineChain.js' export const xdcTestnet = /*#__PURE__*/ defineChain({ id: 51, name: 'Apothem Network', network: 'xdc-testnet', nativeCurrency: { decimals: 18, name: 'TXDC', symbol: 'TXDC', }, rpcUrls: { default: { http: ['https://erpc.apothem.network'] }, public: { http: ['https://erpc.apothem.network'] }, }, blockExplorers: { xinfin: { name: 'XinFin', url: 'https://explorer.apothem.network' }, default: { name: 'Blocksscan', url: 'https://apothem.blocksscan.io' }, }, })