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
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
verify policies against eip712 messages. This should work for any kind of messages.
One possibe way to do this is to check all values for contract addresses contained in the policy and to find field amount/tokenId next to it in the object.
Can be tested against Mint square and Aspect eip712 messages for nft marketplace. Both of these are not open-sourced
Note: This feature won't be malware resistant
The text was updated successfully, but these errors were encountered:
Check eip712 messages
verify policies against eip712 messages. This should work for any kind of messages.
One possibe way to do this is to check all values for contract addresses contained in the policy and to find field amount/tokenId next to it in the object.
Can be tested against Mint square and Aspect eip712 messages for nft marketplace. Both of these are not open-sourced
Note: This feature won't be malware resistant
The text was updated successfully, but these errors were encountered: