UNPKG

@ledgerhq/live-common

Version:
5 lines (3 loc) 192 B
const shouldUseReceiveOptions = (currencyId: string | undefined) => !!(currencyId && ["ethereum/erc20/usd__coin", "ethereum"].includes(currencyId)); export default shouldUseReceiveOptions;