-
Notifications
You must be signed in to change notification settings - Fork 4
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
Move addresses and start blocks into networks config #20
Conversation
@@ -12,8 +12,8 @@ | |||
"test": "graph test" | |||
}, | |||
"dependencies": { | |||
"@graphprotocol/graph-cli": "0.37.6", | |||
"@graphprotocol/graph-ts": "0.29.1" | |||
"@graphprotocol/graph-cli": ">=0.37.6", |
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 we want to automatically update? May be issues with breaking changes
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.
Pinning them had the opposite problem. Tim tried to build, but one of the deps for the older version no longer existed. As a result, he was unable to install the pinned versions.
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.
Imagine that should be resolved by our usage of the lockfile? It was removed entirely from the NPM mirrors?
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 - just one comment about package.json versioning
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
Changes
ETH_RPC_URL
environment withETH_NETWORK
, which includes the network name prefix. Updated documentation accordingly.subgraph.yml
and intonetworks.json'
Note that network now must be specified in the build process. Updated README to explain this.