Generic enhancements (#1435)

* Disable Ledger for MacOS

* increase update duration for Solana [skip ci]

* change tron default Node
Update build number

* Add disabling tron grid to privacy settings

* update monero.com versions [skip ci]
This commit is contained in:
Omar Hatem 2024-05-08 17:26:57 +03:00 committed by GitHub
parent baad7f7469
commit 12e3001b3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 217 additions and 138 deletions

View file

@ -524,7 +524,7 @@ abstract class SolanaWalletBase
_transactionsUpdateTimer!.cancel();
}
_transactionsUpdateTimer = Timer.periodic(const Duration(seconds: 20), (_) {
_transactionsUpdateTimer = Timer.periodic(const Duration(seconds: 30), (_) {
_updateBalance();
_updateNativeSOLTransactions();
_updateSPLTokenTransactions();