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
Based on instructions given from Protocol Kit docs, given all valid parameters then just executing it on Safe that is on Base Sepolia Testnet. It will throw the exception.
I was testing locally but I'm not getting this error. The gist code looks good, and for the kind of error seems some configuration issues with node-fetch. Usually you get those when for example targeting a wrong port.
Are you using node-fetch for your project directly? Are you setting up some configuration that may interfere with the one in the api-kit?
@dasanra I didn't explicitly setup anything related to node-fetch. But one thing I did for Nest.js is using FastifyAdapter, could it be the the reason?
Description
Called
proposeTransaction
on Base Sepolia Testnet to my Safe and it throws an exception about wrong version number on SSL related.See gist here.
Environment
@safe-global/api-kit = ^2.4.0
@safe-global/protocol-kit = ^4.0.0
@safe-global/safe-core-sdk-types = ^5.0.0
1.3.0+L2
Steps to reproduce
Based on instructions given from Protocol Kit docs, given all valid parameters then just executing it on Safe that is on Base Sepolia Testnet. It will throw the exception.
See gist here.
Expected result
Throws this exception.
Additional context
#823 is a related ticket.
The text was updated successfully, but these errors were encountered: