viem
Version:
23 lines • 617 B
JavaScript
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