blaine

Results 71 comments of blaine

Architecture has meaningfully changed since this issue was opened so closing.

Closing as implemented here: https://github.com/ethereum-optimism/superchain-ops/pull/1024

Closing because I can confirm these initial test cases are working as expected: ## Zora Predeploy ```bash git clone https://github.com/ethereum-optimism/optimism.git cd optimism/packagaes/contracts-bedrock git checkout 6eb05430d1ec1ae18ee96c2a206c60cc80fcbcf6 forge clean && rm -rf...

This approach is great. Few comments: Running: ``` cd src/improvements just simulate-tenderly sep/001-opcm-upgrade-v200 nested ``` I get an error: ``` Error: script failed: vm.readFile: failed to read from "/Users/blaine/code/superchain-ops/tasks/sep/001-opcm-upgrade-v200/config.toml": No...

Going to close this PR. Superchain-ops has changed significantly since this PR was opened. If we want this feature, we will need to reprioritize it and then go back to...

I'm also experiencing this problem. I'm trying to add Trezor support to this lib: https://github.com/base/eip712sign and I'm not able to get any wallets returned from `NewTrezorHubWithWebUSB‎`.

Pull out part 1 into a separate issue.

After some consideration, we've landed on one possible solution to deliver this feature. At a high-level, we want to be able to grab the resultant state from the task that...

Once we dump the state we will need to do some processing on it. We know this because as part of the `MultisigTask` scripts, we deploy various contracts. They include...

https://github.com/ethereum-optimism/superchain-ops/issues/343#issuecomment-2610867210 We're going to punt on state processing. For now, we don't know if we need this so we will delay it for now.