Open QYuQianchen opened 6 months ago
Issue was reported to Safe too, and they said they will implement it: https://github.com/safe-global/safe-transaction-service/issues/1857#issuecomment-1934416322
Seems we can work on it now, need to verify with our safe infra
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 EIP712