-
Notifications
You must be signed in to change notification settings - Fork 59
Implement new deployment script #391
Conversation
felix2feng
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.
Awesome - this is good
| DEPLOYMENT_PRIVATE_KEY="0xA..." | ||
| // The network name set here will use constants from `network-constants.ts` | ||
| DEPLOYMENT_NETWORK_NAME="development" |
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 detail which networks you can deploy to. kovan, main etc.
| DEPLOYMENT_NETWORK_NAME="development" | ||
| // Network id will indicate which chain to run on (testnet, mainnet etc) | ||
| DEPLOYMENT_NETWORK_ID=50; |
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.
Which network corresponds to what? Would be helpful
.gitignore
Outdated
| blockchain/ | ||
|
|
||
| # Ouputs | ||
| outputs.ts |
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.
Do you mean deployments/outputs.ts?
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.
Not sure if the path makes a difference but added it for granularity's sake
Pull Request Test Coverage Report for Build 4324
💛 - Coveralls |
No description provided.