From 5ba5da0442aa4f38427e3b958a110e3f6d33fab6 Mon Sep 17 00:00:00 2001 From: Rami Khalil Date: Fri, 20 Dec 2024 13:36:15 +0200 Subject: [PATCH] Safe usage tips --- book/src/dispute.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book/src/dispute.md b/book/src/dispute.md index 714458ac..89d9a555 100644 --- a/book/src/dispute.md +++ b/book/src/dispute.md @@ -83,6 +83,9 @@ cast send \ ```admonish tip If your rollup `owner` account is controlled by a `Safe` contract, or some other multi-sig contract, you can use `cast calldata` to get the necessary input that your wallet contract should forward. +* You can use the [safe-cli](https://github.com/safe-global/safe-cli) to issue the necessary `send-custom` commands. + * `docker run -it safeglobal/safe-cli safe-cli ` +* You can use the [safe](https://app.safe.global/home) web app to create the necessary transactions. ``` ## KailuaGame