chore: add Arc Testnet deployment - #196
Merged
Merged
Conversation
Record the canonical Arc Testnet deployment and configure its RPC, explorer verification, and supported-network documentation.
mj-kiwi
approved these changes
Aug 6, 2026
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.
Summary
Test plan
Note
Arc Testnet already contained the canonical SCL library and 35 enforcers with bytecode matching the verified reference deployment. The committed broadcasts record the five missing core contracts and two missing constructor-bearing enforcers deployed by this change.
Note
Low Risk
No on-chain contract source changes; only env documentation and deployment broadcast records for a testnet.
Overview
Adds Arc Testnet (chain ID
5042002) as a supported deployment target by wiringARC_TESTNET_RPC_URLin.env.exampleand committing Foundry broadcast JSON for chain5042002.The broadcasts record CREATE2 deployments that complete the delegation suite on Arc where most enforcers were already present: DelegationManager, MultiSigDeleGator, HybridDeleGator, EIP-7702 stateless DeleGator, SimpleFactory, plus LogicalOrWrapperEnforcer and NativeTokenPaymentEnforcer (the latter wired to
DelegationManagerand an equality-check enforcer). Artifacts are duplicated as timestamped runs andrun-latest.jsonunder the usualbroadcast/Deploy*.s.sol/5042002/layout.Reviewed by Cursor Bugbot for commit 3177970. Bugbot is set up for automated code reviews on this repo. Configure here.