UNPKG

viem

Version:

TypeScript Interface for Ethereum

25 lines (23 loc) 513 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', }, }, })