diff --git a/src/app/stores/index.ts b/src/app/stores/index.ts index d93264ccf..a5579b642 100644 --- a/src/app/stores/index.ts +++ b/src/app/stores/index.ts @@ -42,6 +42,8 @@ const storeMiddleware = [ actions.SetWalletSeedPhraseKey, actions.UnlockWalletKey, actions.SelectAccountKey, + actions.AddAccountKey, + actions.AddLedgerAccountKey, ], }), ];