viem
Version:
27 lines (25 loc) • 549 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const mantle = /*#__PURE__*/ defineChain({
id: 5000,
name: 'Mantle',
nativeCurrency: {
decimals: 18,
name: 'MNT',
symbol: 'MNT',
},
rpcUrls: {
default: { http: ['https://rpc.mantle.xyz'] },
},
blockExplorers: {
default: {
name: 'Mantle Explorer',
url: 'https://explorer.mantle.xyz',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 304717,
},
},
})