viem
Version:
22 lines (20 loc) • 480 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const mantraDuKongEVMTestnet = /*#__PURE__*/ defineChain({
id: 5887,
name: 'MANTRA DuKong EVM Testnet',
nativeCurrency: {
decimals: 18,
name: 'MANTRA',
symbol: 'MANTRA',
},
rpcUrls: {
default: { http: ['https://evm.dukong.mantrachain.io'] },
},
blockExplorers: {
default: {
name: 'MANTRAScan',
url: 'https://mantrascan.io/dukong',
},
},
testnet: true,
})