UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines 657 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const bitkubTestnet = /*#__PURE__*/ defineChain({ id: 25925, name: 'Bitkub Testnet', network: 'Bitkub Testnet', nativeCurrency: { name: 'Bitkub Test', symbol: 'tKUB', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc-testnet.bitkubchain.io'], }, }, blockExplorers: { default: { name: 'Bitkub Chain Testnet Explorer', url: 'https://testnet.bkcscan.com', apiUrl: 'https://testnet.bkcscan.com/api', }, }, testnet: true, }); //# sourceMappingURL=bitkubTestnet.js.map