UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines 557 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const aioz = /*#__PURE__*/ defineChain({ id: 168, name: 'AIOZ Network', nativeCurrency: { decimals: 18, name: 'AIOZ', symbol: 'AIOZ', }, rpcUrls: { default: { http: ['https://eth-dataseed.aioz.network'], }, }, blockExplorers: { default: { name: 'AIOZ Explorer', url: 'https://explorer.aioz.network', }, }, testnet: false, }); //# sourceMappingURL=aioz.js.map