UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines (22 loc) 455 B
import { defineChain } from '../../utils/chain/defineChain.js' export const jovay = /*#__PURE__*/ defineChain({ id: 5_734_951, name: 'Jovay Mainnet', nativeCurrency: { decimals: 18, name: 'Ether', symbol: 'ETH', }, rpcUrls: { default: { http: ['https://rpc.jovay.io'], }, }, blockExplorers: { default: { name: 'Jovay Explorer', url: 'https://explorer.jovay.io/l2', }, }, testnet: false, })