mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-13 20:08:56 +00:00
add missing networkType
This commit is contained in:
parent
461865de1c
commit
4273adda27
@ -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