Open katspaugh opened 8 months ago
Hi Team,
I encountered an issue while trying to sign an EIP-712 JSON (SafeTx) offline using a Ledger hardware wallet. The Ledger hardware only displays the domain and message hash instead of the full parameters of SafeTx.
I found this article for manual verification: https://help.safe.global/en/articles/40831-how-to-verify-safe-transactions-on-a-hardware-wallet
Is clear signing of SafeTx offline on Ledger device supported yet?
If yes, please point me to the appropriate documentation.
If no, I would appreciate knowing your plans for this feature. Is it possible to add SafeTx to https://github.com/LedgerHQ/ledger-asset-dapps, or are you planning a plugin?
Details:
To collect signatures offline, I am using the following forge cast wallet command with an EIP-712 formatted JSON message file:
cast wallet sign -l --data --from-file message.json --from <ADDRESS>
I was hoping to see the full SafeTx parameters on the Ledger screen, but it only showed the domain hash and message hash.
Thank you.
We should research an alternative, potentially implement a Ledger app/plugin for Safe.
@schmanu: