Skip to content

Commit

Permalink
fix: Update SCDO accountChanged event parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
originalix committed Dec 21, 2024
1 parent 3a326f1 commit 6c9272a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/kit-bg/src/providers/ProviderApiScdo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ class ProviderApiScdo extends ProviderApiBase {
});
const result = {
method: 'wallet_events_accountsChanged',
params: {
accounts,
},
params: accounts?.[0] ?? '',
};
return result;
};
Expand Down

0 comments on commit 6c9272a

Please sign in to comment.