UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines 618 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const chiliz = /*#__PURE__*/ defineChain({ id: 88_888, name: 'Chiliz Chain', network: 'chiliz-chain', nativeCurrency: { decimals: 18, name: 'CHZ', symbol: 'CHZ', }, rpcUrls: { default: { http: ['https://chiliz-rpc.publicnode.com'], }, }, blockExplorers: { default: { name: 'Chiliz Explorer', url: 'https://scan.chiliz.com', apiUrl: 'https://scan.chiliz.com/api', }, }, }); //# sourceMappingURL=chiliz.js.map