UNPKG

viem

Version:

TypeScript Interface for Ethereum

34 lines 943 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.iota = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.iota = (0, defineChain_js_1.defineChain)({ id: 8822, name: 'IOTA EVM', network: 'iotaevm', nativeCurrency: { decimals: 18, name: 'IOTA', symbol: 'IOTA', }, rpcUrls: { default: { http: ['https://json-rpc.evm.iotaledger.net'], webSocket: ['wss://ws.json-rpc.evm.iotaledger.net'], }, }, blockExplorers: { default: { name: 'Explorer', url: 'https://explorer.evm.iota.org', apiUrl: 'https://explorer.evm.iota.org/api', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 25022, }, }, }); //# sourceMappingURL=iota.js.map