-
Notifications
You must be signed in to change notification settings - Fork 9
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 AragonDeployer and deploy script. #4
Conversation
@cleanunicorn does this work now? I saw you were talking to someone on twitter about it |
@DannyDesert I spent my weekend figuring it out. We're good to go. |
config.sample.js
Outdated
|
||
// Rinkeby | ||
rinkeby: { | ||
url: 'https://mainnet.infura.io/v3/YOUR-INFURA-API-KEY', |
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 one should be https://rinkeby.infura.io...
.
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.
Good catch!
Adds:
This is done in 2 steps because the Aragon has a UI bug.
aragon/aragon-apps#1062 (comment)