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
fix(safe): use api kit strategy in multisig upsert
Without this patch the Multisig upsert strategy is trying to construct
the SafeAPIKit instance using the default constructor. The problem is
that on Filecoin and Filecoin Calibration the transaction service is
hosted by a third party and thus needs a custom txServiceUrl in the
config.
0 commit comments