-
Notifications
You must be signed in to change notification settings - Fork 30
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
"contract_types" to "contracts" #84
Comments
Why not just do "instances"? |
do you mean renaming Because they are not strictly a list of contract instances but a mapping of chain |
Yeah, that's definitely not what we'd want to do. Deployments makes more sense. You are saying Ultimately, someone who is using an ethpm package should know the difference between a contract and a deployment. |
The reason we went with the suffix is that the word contract Token {
...
}
So we chose to add a suffix. I think removing the suffix is worse than the potential for people to confuse the term |
Fair enough, that is a valid point. Maybe In one of my projects, I was creating a |
Mostly just a semantics thing, why is it "contract_types" instead of something simpler like "contracts"?
Solidity's JSON output puts them into a "contracts" object. Might make for easier compatibility.
The text was updated successfully, but these errors were encountered: