PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/_esm/utils/chain
Просмотр файла: assertCurrentChain.js
import { ChainMismatchError, ChainNotFoundError, } from '../../errors/chain.js';
export function assertCurrentChain({ chain, currentChainId, }) {
if (!chain)
throw new ChainNotFoundError();
if (currentChainId !== chain.id)
throw new ChainMismatchError({ chain, currentChainId });
}
//# sourceMappingURL=assertCurrentChain.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!