PHP WebShell

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

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

import { defineChain } from '../../utils/chain/defineChain.js';
export const bsquaredTestnet = /*#__PURE__*/ defineChain({
    id: 1123,
    name: 'B2 Testnet',
    nativeCurrency: {
        name: 'Bitcoin',
        symbol: 'BTC',
        decimals: 18,
    },
    rpcUrls: {
        default: {
            http: ['https://testnet-rpc.bsquared.network'],
        },
    },
    blockExplorers: {
        default: {
            name: 'blockscout',
            url: 'https://testnet-explorer.bsquared.network',
        },
    },
    testnet: true,
});
//# sourceMappingURL=bsquaredTestnet.js.map

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


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