Skip to content

Commit

Permalink
Disable custom token support for Liberland
Browse files Browse the repository at this point in the history
There aren't any additional tokens to add on these assets. Also, the plugin isn't currently configured to properly handle additional tokens yet.
  • Loading branch information
peachbits committed Sep 4, 2023
1 parent b2bcfba commit 62d4e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/WalletAndCurrencyConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,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
},
Expand All @@ -684,7 +684,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
},
Expand Down

0 comments on commit 62d4e6c

Please sign in to comment.