UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines (19 loc) 531 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, })