Skip to content

Commit

Permalink
Remove accountsChanged and chainChanged from KnownNotifications (sinc…
Browse files Browse the repository at this point in the history
…e they are implicitly granted now)
  • Loading branch information
jiexi committed Oct 23, 2024
1 parent 7d32a0b commit f095370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/multichain/src/scope/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ export const KnownWalletNamespaceRpcMethods: Record<
// Notifications
export const KnownNotifications: Record<NonWalletKnownCaipNamespace, string[]> =
{
eip155: ['accountsChanged', 'chainChanged', 'eth_subscription'],
eip155: ['eth_subscription'],
};

0 comments on commit f095370

Please sign in to comment.