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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wallet Connect Connector will inherently return a predicate address, instead of the actual account, due to the bridge it does between networks.
Added a method to get the actual account address that has originated the predicate, so we can validate if a predicate original from a specific evm address
Added a method to retrieve the actual account address that originated the predicate, allowing validation of whether a predicate originated from a specific EVM address.