-
Notifications
You must be signed in to change notification settings - Fork 245
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
chore: use shared Aragon truffle config #559
Conversation
Given that we will be replacing this Very SoonTM with the separated truffle config, I'd rather just make that change and re-release aragonOS then. |
@sohkai I have updated the PR to use the new truffle v4 package |
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.
LGTM! Let's follow this up by replacing the deploy logger :).
package.json
Outdated
@@ -50,10 +50,9 @@ | |||
"web3-utils": "1.0.0-beta.33" | |||
}, | |||
"dependencies": { | |||
"@aragon/truffle-config-v4": "^1.0.0", |
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.
Let's put this in the devDependencies
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.
LGTM!
This
truffle
config file is still used quite a bit as main configuration and Infura have not been much reliable in some cases reaching the request limits.Long term we should encourage the use of a truffle specific package once we release it.