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 4cc400f commit 990e4f2
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 @@ -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
},
Expand All @@ -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
},
Expand Down

0 comments on commit 990e4f2

Please sign in to comment.