-
Ive understood why deploy scripts are needed, however I dont get why we need to create HelperConfig contracts... |
Beta Was this translation helpful? Give feedback.
Answered by
EngrPips
Dec 16, 2024
Replies: 1 comment 2 replies
-
Hello @johan784, We needed a |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
johan784
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @johan784, We needed a
HelperConfig
to have a flexible deployment process, which means we could easily deploy our set of contracts to any blockchain of our choice without needing to re-write our deployment script. Switching the value we pass to the-rpc-url
argument will make our deployment run smoothly on the preferred blockchain. Please ask questions if anything is confusing.