UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines 660 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.iotex = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.iotex = (0, defineChain_js_1.defineChain)({ id: 4689, name: 'IoTeX', nativeCurrency: { decimals: 18, name: 'IoTeX', symbol: 'IOTX', }, rpcUrls: { default: { 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