From 990e4f2b720ceb7830557342d6f0b0ae52db6405 Mon Sep 17 00:00:00 2001 From: peachbits Date: Mon, 4 Sep 2023 11:57:45 -0700 Subject: [PATCH] Disable custom token support for Liberland There aren't any additional tokens to add on these assets. Also, the plugin isn't currently configured to properly handle additional tokens yet. --- src/constants/WalletAndCurrencyConstants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/WalletAndCurrencyConstants.ts b/src/constants/WalletAndCurrencyConstants.ts index 655d777a6de..f3431c35e4e 100644 --- a/src/constants/WalletAndCurrencyConstants.ts +++ b/src/constants/WalletAndCurrencyConstants.ts @@ -670,7 +670,7 @@ export const SPECIAL_CURRENCY_INFO: { modalMessage: lstrings.request_lld_minimum_notification_body, alertMessage: lstrings.request_lld_minimum_notification_alert_body }, - isCustomTokensSupported: true, + isCustomTokensSupported: false, isTransactionListUnsupported: true, isImportKeySupported: true }, @@ -685,7 +685,7 @@ export const SPECIAL_CURRENCY_INFO: { modalMessage: lstrings.request_lld_minimum_notification_body, alertMessage: lstrings.request_lld_minimum_notification_alert_body }, - isCustomTokensSupported: true, + isCustomTokensSupported: false, isTransactionListUnsupported: true, isImportKeySupported: true },