Gabriel Mbugua

Results 4 comments of Gabriel Mbugua

I'm encountering the same issue as described, where the relay-kit is not functioning correctly in a server-side Node.js environment. Like you, I'm also connected to the Sepolia network. Here's the...

I figured it out. Seems like the issue was the version. Seems like anything past version 1.3.0 won't work.

Hi @francelwebdev, below is my integration and package versions. `@safe-global/[email protected]` `@safe-global/[email protected]` `@safe-global/[email protected]` `@safe-global/[email protected]` `@safe-global/[email protected]` Ignore the ERC20 flow. Currently broken. Trying to figure it out. ``` const createRelayTransaction = async...

Hey @dasanra, thanks for responding. I've made the package changes you suggested above and the signature signing seems to be broken: `const senderSignature = await protocolKit.signTransactionHash(safeTxHash)` Error: ``` TypeError: __classPrivateFieldGet(...).getBytes...