UNPKG

viem

Version:

TypeScript Interface for Ethereum

22 lines (20 loc) 483 B
import { defineChain } from '../../utils/chain/defineChain.js' export const eniTestnet = /*#__PURE__*/ defineChain({ id: 6_912_115, name: 'ENI Testnet', nativeCurrency: { decimals: 18, name: 'ENI Testnet Token', symbol: 'ENI', }, rpcUrls: { default: { http: ['https://rpc-testnet.eniac.network'] }, }, blockExplorers: { default: { name: 'ENI Testnet Explorer', url: 'https://scan-testnet.eniac.network', }, }, testnet: true, })