UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

28 lines 875 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.iotexTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.iotexTestnet = (0, defineChain_js_1.defineChain)({ id: 4690, name: 'IoTeX Testnet', network: 'iotex-testnet', nativeCurrency: { decimals: 18, name: 'IoTeX', symbol: 'IOTX', }, rpcUrls: { default: { http: ['https://babel-api.testnet.iotex.io'], webSocket: ['wss://babel-api.testnet.iotex.io'], }, public: { http: ['https://babel-api.testnet.iotex.io'], webSocket: ['wss://babel-api.testnet.iotex.io'], }, }, blockExplorers: { default: { name: 'IoTeXScan', url: 'https://testnet.iotexscan.io' }, }, }); //# sourceMappingURL=iotexTestnet.js.map