UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines (22 loc) 460 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, })