UNPKG

viem

Version:

TypeScript Interface for Ethereum

19 lines 560 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const botanixTestnet = /*#__PURE__*/ defineChain({ id: 3636, name: 'Botanix Testnet', nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 }, rpcUrls: { default: { http: ['https://node.botanixlabs.dev'], }, }, blockExplorers: { default: { name: 'Botanix Testnet Explorer', url: 'https://testnet.botanixscan.io', }, }, testnet: true, }); //# sourceMappingURL=botanixTestnet.js.map