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