Skip to content

Commit

Permalink
Merge pull request #3242 from superhero-com/feature/fix-multisig-issu…
Browse files Browse the repository at this point in the history
…e-on-network-switching

fix(multisig): show correct multisig info on network switching
  • Loading branch information
CedrikNikita authored Aug 21, 2024
2 parents 88d1b3c + 3598bd7 commit 6195595
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/composables/multisigAccounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@ export function useMultisigAccounts({
composableInitialized = true;

onNetworkChange(() => {
multisigAccounts.value = [];
activeMultisigAccountId.value = '';
updateMultisigAccounts();
multisigContractInstances = {};
});
Expand Down

0 comments on commit 6195595

Please sign in to comment.