-
Notifications
You must be signed in to change notification settings - Fork 200
Conversation
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.
Wow, that was big @spalladino! I left some comments, most of them nits we might want to discuss in order to be aligned in both READMEs that I'm working on and the docsite.
Using `zos push --network geth_ropsten` or `zos push --network parity_ropsten` will both produce a file named `zos.ropsten.json` no matter which method was used to connect to the ropsten network. ZeppelinOS will automatically detect which public network is being referred to (using web3.network.getVersion()) and use this information for determining the file name. | ||
When dealing with local networks, ZeppelinOS will generate files with `dev-<network_id>`, given that these networks are not public and don't have a canonical name. Using `zos push --network local` will produce a file named `zos.dev-1540303312049.json` (or some other number representing the network id of the local network). | ||
Using `openzeppelin push --network geth_ropsten` or `openzeppelin push --network parity_ropsten` will both produce a file named `ropsten.json` no matter which method was used to connect to the ropsten network. OpenZeppelin SDK will automatically detect which public network is being referred to (using web3.network.getVersion()) and use this information for determining the file name. | ||
When dealing with local networks, OpenZeppelin SDK will generate files with `dev-<network_id>`, given that these networks are not public and don't have a canonical name. Using `openzeppelin push --network local` will produce a file named `dev-1540303312049.json` (or some other number representing the network id of the local network). |
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.
It feels weird to read OpenZeppelin SDK
without a The
before in some cases, but I'm not sure when to include it or not...
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. I'm including it whenever it is used as a noun, not as an adjective:
- "When dealing with local networks, the OpenZeppelin SDK will generate files..."
- "And link your OpenZeppelin SDK project to the..."
@jcarpanelli thanks so much for reviewing! Ready for another round. |
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! 🚀
Applies renaming for new branding in docs. It is suggested to review this PR commit-by-commit.