1
0
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:
slowbackspace 2018-12-13 13:05:55 +01:00
commit 42a38c5dc5
2 changed files with 1 additions and 1 deletions

View File

@ -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",

View File

@ -151,6 +151,7 @@ export const init = (): AsyncAction => async (dispatch: Dispatch, getState: GetS
*/
export const toggleAdvanced = (): Action => ({
type: SEND.TOGGLE_ADVANCED,
networkType: 'ethereum',
});
/*