UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines (18 loc) 475 B
import { defineChain } from '../../utils/chain/defineChain.js' export const bitkub = /*#__PURE__*/ defineChain({ id: 96, name: 'KUB Mainnet', nativeCurrency: { name: 'KUB Coin', symbol: 'KUB', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.bitkubchain.io'], }, }, blockExplorers: { default: { name: 'KUB Chain Mainnet Explorer', url: 'https://www.bkcscan.com', apiUrl: 'https://www.bkcscan.com/api', }, }, })