UNPKG

viem

Version:

TypeScript Interface for Ethereum

19 lines 507 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const abey = /*#__PURE__*/ defineChain({ id: 179, name: 'ABEY Mainnet', nativeCurrency: { name: 'ABEY', symbol: 'ABEY', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.abeychain.com'], }, }, blockExplorers: { default: { name: 'Abey Scan', url: 'https://abeyscan.com', }, }, testnet: false, }); //# sourceMappingURL=abey.js.map