viem
Version:
31 lines • 940 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const mantaSepoliaTestnet = /*#__PURE__*/ 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