UNPKG

viem

Version:

TypeScript Interface for Ethereum

32 lines 979 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mantaTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.mantaTestnet = (0, defineChain_js_1.defineChain)({ id: 3_441_005, name: 'Manta Pacific Testnet', network: 'manta-testnet', nativeCurrency: { decimals: 18, name: 'ETH', symbol: 'ETH', }, rpcUrls: { default: { http: ['https://manta-testnet.calderachain.xyz/http'] }, }, blockExplorers: { default: { name: 'Manta Testnet Explorer', url: 'https://pacific-explorer.testnet.manta.network', apiUrl: 'https://pacific-explorer.testnet.manta.network/api', }, }, contracts: { multicall3: { address: '0x211B1643b95Fe76f11eD8880EE810ABD9A4cf56C', blockCreated: 419915, }, }, testnet: true, }); //# sourceMappingURL=mantaTestnet.js.map