blaine
blaine
`0xfd1D2e729aE8eEe2E146c033bf4400fE75284301` is the Sepolia ProtocolVersions owner. - Sepolia `ProtocolVersions`: [scr](https://github.com/ethereum-optimism/superchain-registry/blob/main/superchain/configs/sepolia/superchain.toml#L2) -> [etherscan](https://sepolia.etherscan.io/address/0x79ADD5713B383DAa0a138d3C4780C7A1804a8090) - `ProtocolVersions` owner: [etherscan](https://sepolia.etherscan.io/address/0xfd1D2e729aE8eEe2E146c033bf4400fE75284301) On mainnet, the owner of [`ProtocolVersions`](https://etherscan.io/address/0x8062AbC286f5e7D9428a0Ccb9AbD71e50d93b935) is the Foundation Upgrade Safe (FUS) - [0x847B5c174615B1B7fDF770882256e2D3E95b9D92](https://etherscan.io/address/0x847B5c174615B1B7fDF770882256e2D3E95b9D92)...
We do chain discovery via the address registry for each task that is simulated. If we could either (1) make chain discovery faster with concurrency or (2) read the addresses...
Right now, invoking a task looks something like this in our _new_ superchain ops 2.0 system: ``` SIMULATE_WITHOUT_LEDGER=1 OWNER_SAFE=0x5a0Aae59D09fccBdDb6C6CcEB07B7279367C3d2A SCRIPT_NAME=GasConfigTemplate just --justfile ../../../single.just simulate ``` We should be able to...
Invite internal stakeholders to this call to show them how to use the new superchain-ops tooling. Make sure #492 is completed first.
### TL;DR Add support for EIP-712 structured data signing for Safe transactions, allowing signers to use tools that support typed data signing. ### What changed? - Added a new environment...
As part of superchain-ops, some users require the ability to sign transactions with their Trezor wallet. Right now superchain-ops only supports Foundry walley keystores and Ledgers. This PR changes the...
When a user incorrectly uses a command in the `justfile` (e.g. sign) they're not given a meaningful error message to tell them what they've done wrong. A rececnt example is:...
Using forge StdStorage, we dynamically find slots. Relying on hardcoding slot numbers isn't a good long term solution. See context here: https://github.com/ethereum-optimism/superchain-ops/pull/1053#discussion_r2129187242