UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines 624 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const mchVerse = /*#__PURE__*/ defineChain({ id: 29548, name: 'MCH Verse', nativeCurrency: { name: 'Oasys', symbol: 'OAS', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.oasys.mycryptoheroes.net'], }, }, blockExplorers: { default: { name: 'MCH Verse Explorer', url: 'https://explorer.oasys.mycryptoheroes.net', apiUrl: 'https://explorer.oasys.mycryptoheroes.net/api', }, }, testnet: false, }); //# sourceMappingURL=mchVerse.js.map