UNPKG

@ledgerhq/coin-aptos

Version:
5 lines 215 B
import { getCryptoCurrencyById } from "@ledgerhq/cryptoassets/currencies"; export function isTestnet(currencyId) { return !!getCryptoCurrencyById(currencyId).isTestnetFor; } //# sourceMappingURL=isTestnet.js.map