You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like we already do for EVM, we should trigger a wallet network switch on Starknet when the action is not on the correct chain.
This will avoid invalid signature with Argent X, when signing message on a different chainId than the wallet (braavos can sign message on any networks).
Like we already do for EVM, we should trigger a wallet network switch on Starknet when the action is not on the correct chain.
This will avoid invalid signature with Argent X, when signing message on a different chainId than the wallet (braavos can sign message on any networks).
The wallet is supporting the networks switch call, see https://github.com/argentlabs/argent-x/blob/0607c5e58742dd33b3737e898ca78e97d7c4fb44/packages/dapp/src/services/wallet.service.ts#L250-L260
Feature should be implemented once:
The text was updated successfully, but these errors were encountered: