diff options
Diffstat (limited to 'ui/app/components/token-list.js')
-rw-r--r-- | ui/app/components/token-list.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/token-list.js b/ui/app/components/token-list.js index 87cb698e..3778df1e 100644 --- a/ui/app/components/token-list.js +++ b/ui/app/components/token-list.js @@ -112,7 +112,7 @@ TokenList.prototype.createFreshTokenTracker = function () { userAddress, provider: global.ethereumProvider, tokens: this.props.tokens, - pollingInterval: 8000, + pollingInterval: 1000, }) |