UNPKG

@biconomy/abstractjs

Version:

SDK for Biconomy integration with support for account abstraction, smart accounts, ERC-4337.

11 lines 451 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getGasTankNonce = void 0; const getGasTankNonce = async (mcNexus, parameters) => { const { chainId } = parameters; const { getNonceWithKey, address } = mcNexus.deploymentOn(chainId, true); return getNonceWithKey(address); }; exports.getGasTankNonce = getGasTankNonce; exports.default = exports.getGasTankNonce; //# sourceMappingURL=getGasTankNonce.js.map