Uh oh!
There was an error while loading. Please reload this page.
docs: pause process with multisig - #1482
Conversation
PatStiles
commented
Nov 26, 2024
We should add a section on verifying via cast or another tool that the contract is |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Marcos Nicolau <76252340+MarcosNicolau@users.noreply.github.com>
| ``` | ||
| make get_paused_state_batcher_payments_service | ||
| ``` |
There was a problem hiding this comment.
Get the following error when running this:
/bin/bash: contracts/scripts/get_paused_state_batcher_payments_service.sh: No such file or directoryUh oh!
There was an error while loading. Please reload this page.
uri-99
left a comment
There was a problem hiding this comment.
req changes until i do some fixes
Uh oh!
There was an error while loading. Please reload this page.
| 2. Go to the `Transactions` tab and find the transaction that was proposed. | ||
| 3. Get the ```pauseAll()``` signature by running: |
There was a problem hiding this comment.
| 3. Get the ```pauseAll()``` signature by running: | |
| 3. Get the ```pauseAll()``` signature by running in your terminal: |
| To propose the pause transaction you can follow the steps below: | ||
| 1. Go to [Safe](https://app.safe.global/home) |
There was a problem hiding this comment.
| 1. Go to [Safe](https://app.safe.global/home) | |
| 1. Go to [Safe](https://app.safe.global/home) and connect your wallet. |
avilagaston9
left a comment
There was a problem hiding this comment.
Works in my machine. Left some minor comments
Changes to gas cost
🧾 Summary (10% most significant diffs)
Full diff report 👇
|
| 1. Propose the transaction with the multisig following the [Propose Unpause Guide](./4_b_3_propose_unpause.md). | ||
| 2. After the unpause is proposed, multisig participants can approve the unpause following the [Approve Unpause Guide](./4_b_4_approve_unpause.md). |
Co-authored-by: Klaus @ LambdaClass <18153834+klaus993@users.noreply.github.com> Co-authored-by: Marcos Nicolau <76252340+MarcosNicolau@users.noreply.github.com> Co-authored-by: Urix <43704209+uri-99@users.noreply.github.com>
Pause process with multisig wallet
Description
This PR adds docs for the pause process using a multisig for the AlignedLayerServiceManager or the BatcherPaymentService
Type of change