Deployment v1.3.0 - Sonic Mainnet and Testnet #149
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?
Deployed the delegation framework v1.3.0 to the Sonic mainnet and testnet-
Why?
Requested chain.
How?
Via deployment scripts. Note that some caveat enforcers where already deployed by a third party on the testnet.
Note
Deploys v1.3.0 contracts to Sonic mainnet and testnet, and adds Sonic support to verification scripts and docs.
DeployDelegationFramework.s.sol
: DeploysSCL_RIP7212
,DelegationManager
,MultiSigDeleGator
, andHybridDeleGator
(broadcast artifacts).DeployEIP7702StatelessDeleGator.s.sol
: DeploysEIP7702StatelessDeleGator
(broadcast artifacts).DeployMultiSigDeleGator.s.sol
: DeploysERC1967Proxy
pointing toMultiSigDeleGatorImpl
(broadcast artifacts).DeploySimpleFactory.s.sol
: DeploysSimpleFactory
(broadcast artifacts).script/verification/verify-utils.sh
: Add chain IDs146
and14601
toCHAIN_IDS
andget_chain_config
with RPC and Etherscan API endpoints.documents/Deployments.md
: Add Sonic mainnet and testnet to supported networks list.Written by Cursor Bugbot for commit e8663db. This will update automatically on new commits. Configure here.