@graphprotocol/graph-cli 0.88.0 → 0.88.1-alpha-20241107170336-622672c

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,13 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
+ ## 0.88.1-alpha-20241107170336-622672c
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1761](https://github.com/graphprotocol/graph-tooling/pull/1761)
8
+ [`622672c`](https://github.com/graphprotocol/graph-tooling/commit/622672cb74ca29169b64561841e3ddafdc6a3724)
9
+ Thanks [@alinobrasil](https://github.com/alinobrasil)! - update soneium-testnet blockexplorer url
10
+
3
11
  ## 0.88.0
4
12
 
5
13
  ### Minor Changes
@@ -258,7 +258,7 @@ const getEtherscanLikeAPIUrl = (network) => {
258
258
  case 'arbitrum-nova':
259
259
  return 'https://arbitrum-nova.abi.pinax.network/api';
260
260
  case 'soneium-testnet':
261
- return 'https://explorer-testnet.soneium.org/api';
261
+ return 'https://soneium-minato.blockscout.com/api';
262
262
  case 'chiliz':
263
263
  return 'https://scan.chiliz.com/api';
264
264
  case 'chiliz-testnet':
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.88.0",
2
+ "version": "0.88.1-alpha-20241107170336-622672c",
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.88.0",
3
+ "version": "0.88.1-alpha-20241107170336-622672c",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {