PHP WebShell

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

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.shibariumTestnet = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.shibariumTestnet = (0, defineChain_js_1.defineChain)({
    id: 157,
    name: 'Puppynet Shibarium',
    nativeCurrency: {
        decimals: 18,
        name: 'Bone',
        symbol: 'BONE',
    },
    rpcUrls: {
        default: { http: ['https://puppynet.shibrpc.com'] },
    },
    blockExplorers: {
        default: {
            name: 'Blockscout',
            url: 'https://puppyscan.shib.io',
            apiUrl: 'https://puppyscan.shib.io/api',
        },
    },
    contracts: {
        multicall3: {
            address: '0xA4029b74FBA366c926eDFA7Dd10B21C621170a4c',
            blockCreated: 3035769,
        },
    },
    testnet: true,
});
//# sourceMappingURL=shibariumTestnet.js.map

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


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