UNPKG

viem

Version:

TypeScript Interface for Ethereum

26 lines 705 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mantraEVM = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.mantraEVM = (0, defineChain_js_1.defineChain)({ id: 5888, name: 'MANTRA EVM', nativeCurrency: { decimals: 18, name: 'OM', symbol: 'OM', }, rpcUrls: { default: { http: ['https://evm.mantrachain.io'], webSocket: ['https://evm.mantrachain.io/ws'], }, }, blockExplorers: { default: { name: 'MANTRA Scan', url: 'https://mantrascan.io/mainnet', }, }, }); //# sourceMappingURL=mantraEVM.js.map