UNPKG

@ledgerhq/live-common

Version:
17 lines 559 B
/** * The full list comes from the WalletConnect repo * https://github.com/LedgerHQ/wallet-connect-live-app/blob/ce792e808115308ef7d36e9954bc9dae23fd8f9e/src/data/network.config.ts#L84C14-L84C31 */ export const currenciesSupportedOnWalletConnect = [ "ethereum", "polygon", "bsc", "rsk", "optimism", "optimism_sepolia", "arbitrum", "arbitrum_sepolia", "avalanche_c_chain", ]; export const isWalletConnectSupported = (currency) => currenciesSupportedOnWalletConnect.includes(currency.id); //# sourceMappingURL=index.js.map