viem
Version:
22 lines (20 loc) • 471 B
text/typescript
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,
})