chore: pre-generate v6.0.0 freeze Safe batches for mainnets#80
Open
fakedev9999 wants to merge 1 commit into
Open
chore: pre-generate v6.0.0 freeze Safe batches for mainnets#80fakedev9999 wants to merge 1 commit into
fakedev9999 wants to merge 1 commit into
Conversation
Generated via 'node script/utils/generate-safe-batch.js --version=v6.0.0 --action=freeze'. Each batch contains 2 txs: freezeRoute(0x0e78f4db) on the Groth16 gateway and freezeRoute(0xbb1a6f29) on the Plonk gateway. Network is already on SP1 v6.1.0; v6.0.0 routes are deprecated and ready to be frozen via the multisig signers. Files: - 1_freeze_v6_0_0.json (Ethereum) - 10_freeze_v6_0_0.json (Optimism) - 42161_freeze_v6_0_0.json (Arbitrum) - 8453_freeze_v6_0_0.json (Base) Tracking: succinctlabs/apps-ops#3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-generates the four mainnet Safe batch JSONs to freeze the v6.0.0 routes (Groth16 selector `0x0e78f4db`, Plonk selector `0xbb1a6f29`) on the Group A multisig gateways.
Generated via:
```
node script/utils/generate-safe-batch.js --version=v6.0.0 --action=freeze
```
Each batch holds 2 `freezeRoute(bytes4)` calls (Groth16 gateway + Plonk gateway). Files:
Network is already on SP1 v6.1.0 (#75 rolled out), so v6.0.0 routes are dead and ready to freeze. Multisig signers can upload these directly to Safe Transaction Builder; no script run needed on their side.
Tracking issue: succinctlabs/apps-ops#3