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
To add a node as a delegate to a Safe, it requires a signature from a Safe owner via POST /v1/delegates/ endpoint (see https://safe-transaction-mainnet.safe.global/). The message to be signed is currently only a concatenated string and thus not compatible to EIP-712.
Changes need to be introduced:
Introduce changes in hoprnet/safe-transaction-servicelink to accept EIP712
Update StakingHub so that the "add delegate" step prepares a EIP712-compatible message and asks for admin signature
The text was updated successfully, but these errors were encountered:
To add a node as a delegate to a Safe, it requires a signature from a Safe owner via
POST /v1/delegates/
endpoint (see https://safe-transaction-mainnet.safe.global/). The message to be signed is currently only a concatenated string and thus not compatible to EIP-712.Changes need to be introduced:
hoprnet/safe-transaction-service
link to accept EIP712The text was updated successfully, but these errors were encountered: