feat(CHAIN-4707): add Zeronet SystemConfig ownership transfer task - #755
Open
0xth4nh wants to merge 1 commit into
Open
Conversation
Collaborator
🟡 Heimdall Review Status
|
0xth4nh
force-pushed
the
thanhtrinh/chain-4707-transfer-ownership-of-zeronet-systemconfig-to-incident
branch
from
July 21, 2026 19:18
bd64016 to
cb7535f
Compare
0xth4nh
force-pushed
the
feat/reorg-contract-ops-phase1
branch
from
July 28, 2026 18:10
48f36a5 to
c84592a
Compare
0xth4nh
force-pushed
the
thanhtrinh/chain-4707-transfer-ownership-of-zeronet-systemconfig-to-incident
branch
from
July 28, 2026 19:11
cb7535f to
c37d34b
Compare
0xth4nh
force-pushed
the
thanhtrinh/chain-4707-transfer-ownership-of-zeronet-systemconfig-to-incident
branch
4 times, most recently
from
July 29, 2026 20:12
d0afa52 to
15dcbe2
Compare
0xth4nh
force-pushed
the
mux/active-evm-docs
branch
from
July 29, 2026 22:17
3cddd0b to
ff4f9b4
Compare
0xth4nh
force-pushed
the
thanhtrinh/chain-4707-transfer-ownership-of-zeronet-systemconfig-to-incident
branch
from
July 29, 2026 22:17
15dcbe2 to
cf479f1
Compare
0xth4nh
force-pushed
the
mux/active-evm-docs
branch
from
July 29, 2026 22:20
ff4f9b4 to
92134fa
Compare
0xth4nh
force-pushed
the
thanhtrinh/chain-4707-transfer-ownership-of-zeronet-systemconfig-to-incident
branch
from
July 29, 2026 22:20
cf479f1 to
6b82512
Compare
0xth4nh
force-pushed
the
mux/active-evm-docs
branch
from
July 29, 2026 22:59
92134fa to
632ea21
Compare
0xth4nh
force-pushed
the
thanhtrinh/chain-4707-transfer-ownership-of-zeronet-systemconfig-to-incident
branch
from
July 29, 2026 22:59
6b82512 to
d28c6bd
Compare
0xth4nh
force-pushed
the
mux/active-evm-docs
branch
from
July 29, 2026 23:05
632ea21 to
d687b3c
Compare
0xth4nh
force-pushed
the
thanhtrinh/chain-4707-transfer-ownership-of-zeronet-systemconfig-to-incident
branch
from
July 29, 2026 23:05
d28c6bd to
7891494
Compare
0xth4nh
force-pushed
the
mux/active-evm-docs
branch
from
July 29, 2026 23:12
d687b3c to
b6be58b
Compare
0xth4nh
force-pushed
the
thanhtrinh/chain-4707-transfer-ownership-of-zeronet-systemconfig-to-incident
branch
from
July 29, 2026 23:12
7891494 to
6a13243
Compare
0xth4nh
force-pushed
the
mux/active-evm-docs
branch
from
July 30, 2026 14:41
b6be58b to
a79501f
Compare
0xth4nh
force-pushed
the
thanhtrinh/chain-4707-transfer-ownership-of-zeronet-systemconfig-to-incident
branch
from
July 30, 2026 14:41
6a13243 to
26f7489
Compare
Adds the Zeronet task that transfers SystemConfig ownership from the proxy admin owner Safe to the incident multisig, using the shared active/evm project and script/common/ownership/TransferSystemConfigOwnership.s.sol. Includes the task Makefile, per-network config, and generated validation files (skipTaskOriginValidation for Zeronet). Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
0xth4nh
force-pushed
the
mux/active-evm-docs
branch
from
July 30, 2026 15:11
a79501f to
c441880
Compare
0xth4nh
force-pushed
the
thanhtrinh/chain-4707-transfer-ownership-of-zeronet-systemconfig-to-incident
branch
from
July 30, 2026 15:11
26f7489 to
594132f
Compare
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.
What changed?
Adds the Zeronet task that transfers
SystemConfigownership from the proxy admin owner Safe to the incident multisig, on top of the sharedactive/evmproject:active/evm/Makefile: task Makefile selecting this task/network, deriving per-Safe senders, wiringscript/common/ownership/TransferSystemConfigOwnership.s.sol.config/zeronet/:.env(base-contracts v8.2.1),network.env,README.md, FACILITATOR guide.config/zeronet/validations/: generatedcoinbase-signer.json+security-council-signer.json(withskipTaskOriginValidation: truefor Zeronet).4th and final PR in the stack: #773 (foundation) → #775 (CI) → #776 (docs) → this.
Owners
0x3d59999977e0896ee1f8783bB8251DF16fb483E90x856611ed7e07d83243b15e93f6321f2df6865852How to test?
The generated domain/message hashes match the committed validation files.
forge buildcompiles the task against base-contracts v8.2.1. Post-check assertsSystemConfig.owner() == incident multisig.