UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines 617 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const mantraEVM = /*#__PURE__*/ defineChain({ id: 5888, name: 'MANTRA EVM', nativeCurrency: { decimals: 18, name: 'MANTRA', symbol: 'MANTRA', }, rpcUrls: { default: { http: ['https://evm.mantrachain.io'], webSocket: ['https://evm.mantrachain.io/ws'], }, }, blockExplorers: { default: { name: 'MANTRA Blockscout Explorer', url: 'https://blockscout.mantrascan.io', }, }, }); //# sourceMappingURL=mantraEVM.js.map