UNPKG

@ledgerhq/coin-aptos

Version:
6 lines (4 loc) 194 B
import { getCryptoCurrencyById } from "@ledgerhq/cryptoassets/currencies"; export function isTestnet(currencyId: string): boolean { return !!getCryptoCurrencyById(currencyId).isTestnetFor; }