-
Notifications
You must be signed in to change notification settings - Fork 92
refactor: contract setup compression #885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
alexandre-abrioux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect! Very good refacto 👍
packages/smart-contracts/scripts-create2/contract-setup/setupETHConversionProxy.ts
Outdated
Show resolved
Hide resolved
packages/smart-contracts/scripts-create2/contract-setup/setups.ts
Outdated
Show resolved
Hide resolved
| * @param contractAddress address of the BatchPayments Proxy | ||
| * @param hre Hardhat runtime environment | ||
| */ | ||
| const setupBatchPayments = async ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this setupBatchPayments is the same function from setupBatchPayments.ts
You can import that one here right ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it's the same
romtref
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
renamed deploy-one.ts and verify-one.ts to deploy.ts and verify.ts
|
moved to #888 |
Description of the changes
Factorization of 3 contract setup scripts into 1