UNPKG

@ledgerhq/coin-aptos

Version:
9 lines 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isTestnet = void 0; const currencies_1 = require("@ledgerhq/cryptoassets/currencies"); function isTestnet(currencyId) { return !!(0, currencies_1.getCryptoCurrencyById)(currencyId).isTestnetFor; } exports.isTestnet = isTestnet; //# sourceMappingURL=isTestnet.js.map