We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfef44 commit 565f188Copy full SHA for 565f188
.changeset/kind-seals-occur.md
packages/cli/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# @graphprotocol/graph-cli
2
3
+## 0.80.1
4
+
5
+### Patch Changes
6
7
+- [#1715](https://github.com/graphprotocol/graph-tooling/pull/1715)
8
+ [`4cfef44`](https://github.com/graphprotocol/graph-tooling/commit/4cfef44d991de6f9bbb802eb8956de5d63b2c2a3)
9
+ Thanks [@Shiyasmohd](https://github.com/Shiyasmohd)! - fix: getcontractcreation support on neox
10
+ etherscan api
11
12
## 0.80.0
13
14
### Minor Changes
packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/graph-cli",
- "version": "0.80.0",
+ "version": "0.80.1",
"description": "CLI for building for and deploying to The Graph",
"license": "(Apache-2.0 OR MIT)",
"engines": {
0 commit comments