midgerate

Results 6 comments of midgerate

Hey @katspaugh I tried to find the function call in the safe-react codebase. Can you tell me which repository are you referring to? I will create a PR so that...

@katspaugh that means, technically gnosis ui already supports EIP712. On snapshot we use safe-apps-sdk and safe-apps-sdk-provider It always calls signTransaction instead of signTypedData as implemented in safe-core-sdk. Do you know...

@mikhailxyz I would like to contribute to safe apps and bring support for this. Can you help me get started?

Secondly, how else could I use useWaitForTransaction so that I am able to set loading state elsewhere allowing me to show loaders on the page?

So you are suggesting that I can store the transaction to localstorage and then create a component like this. ```jsx const Page = () => { const [transaction, setTransaction] =...

Walletconnect modal opens up because its trying to connect with the last provider and I am not sure what is the way to identify if walletconnect is disconnected. It seems...