This project aims to scale the Ethereum Name Service (ENS) by consolidating existing patterns and proofs of concept into a unified and production-ready codebase.
[X] Have you followed the guidelines in our Contributing document?
[X] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
Description
This introduces the DeployerHelper, a script that is used to share contract addresses between multiple scripts, making it easier to deploy huge amounts of contracts.
Related Issue
191
Changes
[X] New feature implementation
[ ] Bug fix
[ ] Code refactoring
[ ] Documentation update
[ ] Other (please specify)
Changes to Core Features:
[X] Have you added an explanation of what your changes do and why you'd like us to include them?
[X] Have you written new tests for your core changes, as applicable?
[X] Have you successfully run tests with your changes locally?
Additional Notes
All contracts are deployed and verified in both ETH Sepolia and Arbitrum Sepolia.
Multiple contracts deployment
All Submissions:
Description
This introduces the DeployerHelper, a script that is used to share contract addresses between multiple scripts, making it easier to deploy huge amounts of contracts.
Related Issue
191
Changes
Changes to Core Features:
Additional Notes
All contracts are deployed and verified in both ETH Sepolia and Arbitrum Sepolia.