delegation-framework
delegation-framework copied to clipboard
chore: add Cronos deployment artifacts and update deployment documentation
This PR adds deployment artifacts for Cronos network (chain ID 25) and updates the deployment documentation.
Changes include:
- Added deployment broadcast files for Cronos network
- Updated Deployments.md with Cronos deployment information
- Updated verification scripts and .env.example
All contracts have been deployed and verified on Cronos network.
[!NOTE] Adds Cronos (chain 25) support with full deployment artifacts and verification config, updates Base (8453) MetaSwapAdapter deployment, and refreshes docs.
- Deployments (Cronos,
chainId: 25):
- Added broadcast artifacts for
DeployCaveatEnforcers,DeployDelegationFramework(incl.DelegationManager,MultiSigDeleGator,HybridDeleGator),EIP7702StatelessDeleGator, andSimpleFactory.- Deployments (Base,
chainId: 8453):
- Added new
DelegationMetaSwapAdapterruns and updatedrun-latest.jsonto a new address/params.- Tooling:
script/verification/verify-utils.sh: added support/config forchainId 25(Cronos) in supported chains andget_chain_config.- Docs:
documents/Deployments.md: added Cronos to supported networks.Written by Cursor Bugbot for commit 870d795f1a76d81c058aca2f5bbd7f65ef4c675e. This will update automatically on new commits. Configure here.
The script for verification needs changes, the contracts have not been verified yet