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
Decided to postpone migrating to the v2 because of incompatible data structure supporting only one chain_id for the same delegate address. That would lead to a signing issue where user would sign 1 request per supported network (in the worst case), or N requests according to the number of networks which safes are added in the app.
V2 endpoints use the EIP712
signTypedData
for registering the notifications.For reference:
v2
delegate endpoints safe-client-gateway#1461The scope of changes includes:
The text was updated successfully, but these errors were encountered: