PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/_esm/chains/definitions

Просмотр файла: botanixTestnet.js

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

Выполнить команду


Для локальной разработки. Не используйте в интернете!