-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add missing deployment scripts and doc improvements #2
Conversation
@@ -74,7 +74,7 @@ module.exports = { | |||
initialBaseFeePerGas: 0, // workaround from https://github.com/sc-forks/solidity-coverage/issues/652#issuecomment-896330136 . Remove when that issue is closed. | |||
}, | |||
ropsten: { | |||
url: process.env.ROPSTEN_URL || "", | |||
url: "https://ropsten.infura.io/v3/f16fe897786f47149695118b395db6e3", |
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.
process.env.ROPSTEN_URL
was correct, no? 🙈
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.
Heh, just aligning with the rest of the networks in the config.
Looks pretty neat, would love to see this PR merged. |
@ArchimedesCrypto @0xAurelius @cujowolf can anyone please have a look here? |
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.
looks good
I have tested these scripts in Ropsten successfully.
Planning to add scripts for bonds and the DAO in a follow-up PR, if this one gets merged.