viem
Version:
21 lines • 567 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const mantleTestnet = /*#__PURE__*/ defineChain({
id: 5001,
name: 'Mantle Testnet',
nativeCurrency: {
decimals: 18,
name: 'MNT',
symbol: 'MNT',
},
rpcUrls: {
default: { http: ['https://rpc.testnet.mantle.xyz'] },
},
blockExplorers: {
default: {
name: 'Mantle Testnet Explorer',
url: 'https://explorer.testnet.mantle.xyz',
},
},
testnet: true,
});
//# sourceMappingURL=mantleTestnet.js.map