Alberto Cuesta Cañada

Results 82 issues of Alberto Cuesta Cañada

Base has changed how they print simulation links: ![Image](https://github.com/user-attachments/assets/1406a592-390d-4d8b-8cc8-a6a300eef879) ![Image](https://github.com/user-attachments/assets/87e2fc10-a3f6-4c6f-bc63-85599e6cdc87) 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.

good first issue

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...