UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

25 lines 720 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const iotex = /*#__PURE__*/ defineChain({ id: 4689, name: 'IoTeX', network: 'iotex', nativeCurrency: { decimals: 18, name: 'IoTeX', symbol: 'IOTX', }, rpcUrls: { default: { http: ['https://babel-api.mainnet.iotex.io'], webSocket: ['wss://babel-api.mainnet.iotex.io'], }, public: { http: ['https://babel-api.mainnet.iotex.io'], webSocket: ['wss://babel-api.mainnet.iotex.io'], }, }, blockExplorers: { default: { name: 'IoTeXScan', url: 'https://iotexscan.io' }, }, }); //# sourceMappingURL=iotex.js.map