UNPKG

viem

Version:

TypeScript Interface for Ethereum

34 lines 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mantaSepoliaTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.mantaSepoliaTestnet = (0, defineChain_js_1.defineChain)({ id: 3_441_006, name: 'Manta Pacific Sepolia Testnet', network: 'manta-sepolia', nativeCurrency: { decimals: 18, name: 'ETH', symbol: 'ETH', }, rpcUrls: { default: { http: ['https://pacific-rpc.sepolia-testnet.manta.network/http'], }, }, blockExplorers: { default: { name: 'Manta Sepolia Testnet Explorer', url: 'https://pacific-explorer.sepolia-testnet.manta.network', apiUrl: 'https://pacific-explorer.sepolia-testnet.manta.network/api', }, }, contracts: { multicall3: { address: '0xca54918f7B525C8df894668846506767412b53E3', blockCreated: 479584, }, }, testnet: true, }); //# sourceMappingURL=mantaSepoliaTestnet.js.map