-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a EIP712 TypedData signature #617
Comments
Hello, @OnChainArt ! Temporarily you can use the implementation from
You can even copy-paste this function outside of any class/struct to make it accessible globally. |
Looks like you'll have to wait until this fix is released as |
Thanks for your reply! I hope it gets fixed soon as it is really relevant for my app. |
Hi,
I need to do a EIP712 signature in my app. I saw that web3swift allowed EIP712 but when I saw the test file https://github.com/skywinder/web3swift/blob/e733e077a613cba3a68ec7b480f1f7ef1a22d316/Tests/web3swiftTests/localTests/EIP712Tests.swift I saw that it uses a predetermined Gnosis SafeTX. I would like to know how to change the parameters of the safetx to be able to create a correct signature.
The text was updated successfully, but these errors were encountered: