Alberto Cuesta Cañada
Alberto Cuesta Cañada
Base has changed how they print simulation links:   The instructions in [NESTED.md](https://github.com/ethereum-optimism/superchain-ops/blob/c6a65044b3931e6a18b6616f6863e3d61494746b/NESTED.md?plain=1#L74) and [SINGLE.md](https://github.com/ethereum-optimism/superchain-ops/blob/c6a65044b3931e6a18b6616f6863e3d61494746b/SINGLE.md?plain=1#L57) need to be updated to accomodate this change.
The [README](https://github.com/ethereum-optimism/superchain-ops/blob/main/README.md#installation) instructs users to install all tools manually, when we already have a `mise.toml` configuration, which might need to be updated to include rust.
In section 4 of `NESTED.md` and `SINGLE.md`, link to the [actual multisig security policies](https://github.com/ethereum-optimism/multisig-registry/blob/sc/policy/docs/POLICY.md) instead.
https://etherscan.io/address/0x0c86c636ed5593705b5675d370c831972C787841#code
This is the opening paragraph for the Veto section: > Casting a veto is a serious decision. In cases, when an approved proposal is vetoed, it will not be enacted...
The OPerating manual first mentions the veto like this: > If a proposal is submitted for a vote and does not pass, but is not vetoed, the proposal will not...
The proposal process has two gates: 1. The proposal is discussed in the forum, and it needs to be **approved** in order to move to a vote. 2. The proposal...