UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines 629 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const juneomBTC1Chain = /*#__PURE__*/ defineChain({ id: 45_007, name: 'Juneo mBTC1-Chain', nativeCurrency: { decimals: 18, name: 'Juneo mBTC1-Chain', symbol: 'mBTC1', }, rpcUrls: { default: { http: ['https://rpc.juneo-mainnet.network/ext/bc/mBTC1/rpc'] }, }, blockExplorers: { default: { name: 'Juneo Scan', url: 'https://juneoscan.io/chain/9', apiUrl: 'https://juneoscan.io/chain/9/api', }, }, }); //# sourceMappingURL=juneomBTC1Chain.js.map