UNPKG

viem

Version:

TypeScript Interface for Ethereum

22 lines (20 loc) 507 B
import { defineChain } from '../../utils/chain/defineChain.js' export const juneo = /*#__PURE__*/ defineChain({ id: 45_003, name: 'Juneo JUNE-Chain', nativeCurrency: { decimals: 18, name: 'JUNE-Chain', symbol: 'JUNE', }, rpcUrls: { default: { http: ['https://rpc.juneo-mainnet.network/ext/bc/JUNE/rpc'] }, }, blockExplorers: { default: { name: 'Juneo Scan', url: 'https://juneoscan.io/chain/2', apiUrl: 'https://juneoscan.io/chain/2/api', }, }, })