mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 12:59:09 +00:00
Merge branch 'master' into fonts-refactoring
This commit is contained in:
commit
42a38c5dc5
@ -68,7 +68,6 @@
|
||||
"redux-thunk": "^2.2.0",
|
||||
"rimraf": "^2.6.2",
|
||||
"styled-components": "^4.1.2",
|
||||
"styled-media-query": "^2.0.2",
|
||||
"styled-normalize": "^8.0.4",
|
||||
"trezor-connect": "6.0.3-beta.4",
|
||||
"web3": "1.0.0-beta.35",
|
||||
|
@ -151,6 +151,7 @@ export const init = (): AsyncAction => async (dispatch: Dispatch, getState: GetS
|
||||
*/
|
||||
export const toggleAdvanced = (): Action => ({
|
||||
type: SEND.TOGGLE_ADVANCED,
|
||||
networkType: 'ethereum',
|
||||
});
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user