viem
Version:
19 lines • 560 B
JavaScript
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