|
|
@ -34,7 +34,7 @@ class SettingsUI { |
|
|
|
|
|
|
|
|
|
|
|
setInterval(() => { |
|
|
|
setInterval(() => { |
|
|
|
this.updateAccountBalances() |
|
|
|
this.updateAccountBalances() |
|
|
|
}, 10 * 1000) |
|
|
|
}, 1000) |
|
|
|
|
|
|
|
|
|
|
|
this.accountListCallId = 0 |
|
|
|
this.accountListCallId = 0 |
|
|
|
this.loadedAccounts = {} |
|
|
|
this.loadedAccounts = {} |
|
|
@ -145,7 +145,7 @@ class SettingsUI { |
|
|
|
|
|
|
|
|
|
|
|
setInterval(() => { |
|
|
|
setInterval(() => { |
|
|
|
this.updateNetwork() |
|
|
|
this.updateNetwork() |
|
|
|
}, 5000) |
|
|
|
}, 1000) |
|
|
|
|
|
|
|
|
|
|
|
this.el = el |
|
|
|
this.el = el |
|
|
|
|
|
|
|
|
|
|
|