@graphprotocol/graph-cli 0.71.2 → 0.71.3-alpha-20240514202343-ad8f2f4

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.71.3-alpha-20240514202343-ad8f2f4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1662](https://github.com/graphprotocol/graph-tooling/pull/1662)
8
+ [`ad8f2f4`](https://github.com/graphprotocol/graph-tooling/commit/ad8f2f4b1227d51987353a80699bc5df08b5d0d7)
9
+ Thanks [@Shiyasmohd](https://github.com/Shiyasmohd)! - fix: update optimism-sepolia
10
+ EtherscanLikeAPIUrl
11
+
3
12
  ## 0.71.2
4
13
 
5
14
  ### Patch Changes
@@ -179,7 +179,7 @@ const getEtherscanLikeAPIUrl = (network) => {
179
179
  case 'scroll-sepolia':
180
180
  return `https://api-sepolia.scrollscan.dev/api`;
181
181
  case 'optimism-sepolia':
182
- return `https://sepolia-optimism.etherscan.io/api`;
182
+ return `https://api-sepolia-optimistic.etherscan.io/api`;
183
183
  case 'scroll':
184
184
  return `https://blockscout.scroll.io/api`;
185
185
  case 'linea':
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.71.2",
2
+ "version": "0.71.3-alpha-20240514202343-ad8f2f4",
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.71.2",
3
+ "version": "0.71.3-alpha-20240514202343-ad8f2f4",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {