@graphprotocol/graph-cli 0.80.0 → 0.80.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @graphprotocol/graph-cli
2
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
+
3
12
  ## 0.80.0
4
13
 
5
14
  ### Minor Changes
@@ -252,9 +252,9 @@ const getEtherscanLikeAPIUrl = (network) => {
252
252
  case 'iotex-testnet':
253
253
  return 'https://testnet.index.iotexscan.io/api';
254
254
  case 'neox':
255
- return 'https://xexplorer.neo.org/api';
255
+ return 'https://xexplorer.neo.org/api/ngd/api';
256
256
  case 'neox-testnet':
257
- return 'https://xt4scan.ngd.network/api';
257
+ return 'https://xt4scan.ngd.network/api/ngd/api';
258
258
  case 'arbitrum-nova':
259
259
  return 'https://api-nova.arbiscan.io/api';
260
260
  default:
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.80.0",
2
+ "version": "0.80.1",
3
3
  "commands": {
4
4
  "add": {
5
5
  "id": "add",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/graph-cli",
3
- "version": "0.80.0",
3
+ "version": "0.80.1",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {