mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-27 10:22:35 +00:00
disable erc20 autoloading
This commit is contained in:
parent
d98c300e77
commit
0c04aef293
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import TrezorConnect from 'trezor-connect';
|
import TrezorConnect from 'trezor-connect';
|
||||||
import * as DISCOVERY from 'actions/constants/discovery';
|
import * as DISCOVERY from 'actions/constants/discovery';
|
||||||
import { createAccountTokens } from 'actions/TokenActions';
|
// import { createAccountTokens } from 'actions/TokenActions';
|
||||||
import { enhanceAccount } from 'utils/accountUtils';
|
import { enhanceAccount } from 'utils/accountUtils';
|
||||||
import type { PromiseAction, Dispatch, GetState, TrezorDevice, Network, Account } from 'flowtype';
|
import type { PromiseAction, Dispatch, GetState, TrezorDevice, Network, Account } from 'flowtype';
|
||||||
import type { Discovery } from 'reducers/DiscoveryReducer';
|
import type { Discovery } from 'reducers/DiscoveryReducer';
|
||||||
@ -60,9 +60,9 @@ export const discoverAccount = (
|
|||||||
device,
|
device,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (response.payload.tokens) {
|
// if (response.payload.tokens) {
|
||||||
dispatch(createAccountTokens(account, response.payload.tokens));
|
// dispatch(createAccountTokens(account, response.payload.tokens));
|
||||||
}
|
// }
|
||||||
|
|
||||||
return account;
|
return account;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user