PHP WebShell

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

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.assertCurrentChain = assertCurrentChain;
const chain_js_1 = require("../../errors/chain.js");
function assertCurrentChain({ chain, currentChainId, }) {
    if (!chain)
        throw new chain_js_1.ChainNotFoundError();
    if (currentChainId !== chain.id)
        throw new chain_js_1.ChainMismatchError({ chain, currentChainId });
}
//# sourceMappingURL=assertCurrentChain.js.map

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


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