web3swift icon indicating copy to clipboard operation
web3swift copied to clipboard

Create a EIP712 TypedData signature

Open OnChainArt opened this issue 3 years ago • 0 comments

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.

OnChainArt avatar Sep 23 '22 07:09 OnChainArt