aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components
diff options
context:
space:
mode:
authorBrandon Millman <brandon@0xproject.com>2018-11-10 08:21:32 +0800
committerGitHub <noreply@github.com>2018-11-10 08:21:32 +0800
commit397b4e289015f9bb0831c1a0ce6fee601670b487 (patch)
tree43fe5262fbe6e2ee4e9b19e34ac6784f9eab1a7b /packages/instant/src/components
parent26cbe7ae6646d97c286e58756c23a93de32ae37b (diff)
parent38896c9358c07d722b2a24d458e6c949b802fa37 (diff)
downloaddexon-sol-tools-397b4e289015f9bb0831c1a0ce6fee601670b487.tar.gz
dexon-sol-tools-397b4e289015f9bb0831c1a0ce6fee601670b487.tar.zst
dexon-sol-tools-397b4e289015f9bb0831c1a0ce6fee601670b487.zip
Merge pull request #1239 from 0xProject/feature/instant/privacy-mode
[instant] Handle privacy mode in wallets
Diffstat (limited to 'packages/instant/src/components')
-rw-r--r--packages/instant/src/components/zero_ex_instant_provider.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/instant/src/components/zero_ex_instant_provider.tsx b/packages/instant/src/components/zero_ex_instant_provider.tsx
index 11f867abc..411f118cc 100644
--- a/packages/instant/src/components/zero_ex_instant_provider.tsx
+++ b/packages/instant/src/components/zero_ex_instant_provider.tsx
@@ -98,7 +98,6 @@ export class ZeroExInstantProvider extends React.Component<ZeroExInstantProvider
// tslint:disable-next-line:no-floating-promises
asyncData.fetchAvailableAssetDatasAndDispatchToStore(this._store);
}
-
if (state.providerState.account.state !== AccountState.None) {
this._accountUpdateHeartbeat = generateAccountHeartbeater({
store: this._store,
@@ -114,7 +113,6 @@ export class ZeroExInstantProvider extends React.Component<ZeroExInstantProvider
this._buyQuoteHeartbeat.start(BUY_QUOTE_UPDATE_INTERVAL_TIME_MS);
// tslint:disable-next-line:no-floating-promises
asyncData.fetchCurrentBuyQuoteAndDispatchToStore({ store: this._store, shouldSetPending: true });
-
// warm up the gas price estimator cache just in case we can't
// grab the gas price estimate when submitting the transaction
// tslint:disable-next-line:no-floating-promises