UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines (18 loc) 443 B
import { defineChain } from '../../utils/chain/defineChain.js' export const zeniq = /*#__PURE__*/ defineChain({ id: 383414847825, name: 'Zeniq Mainnet', nativeCurrency: { name: 'ZENIQ', symbol: 'ZENIQ', decimals: 18 }, rpcUrls: { default: { http: ['https://api.zeniq.network'], }, }, blockExplorers: { default: { name: 'Zeniq Explorer', url: 'https://zeniqscan.com', }, }, testnet: false, })