@graphprotocol/graph-cli 0.58.0-alpha-20230911140942-7b6cfb9 → 0.58.0

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,6 +1,6 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.58.0-alpha-20230911140942-7b6cfb9
3
+ ## 0.58.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,12 +9,6 @@
9
9
  Thanks [@incrypto32](https://github.com/incrypto32)! - Add data source context support in ethereum
10
10
  manifest
11
11
 
12
- ### Patch Changes
13
-
14
- - [#1451](https://github.com/graphprotocol/graph-tooling/pull/1451)
15
- [`7b6cfb9`](https://github.com/graphprotocol/graph-tooling/commit/7b6cfb9c318d716c1c2b86caaf6e056a9efc6ddb)
16
- Thanks [@azf20](https://github.com/azf20)! - Align zksync testnet name
17
-
18
12
  ## 0.57.0
19
13
 
20
14
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- export declare const allowedStudioNetworks: readonly ["mainnet", "rinkeby", "goerli", "gnosis", "chapel", "optimism-goerli", "clover", "fantom", "matic", "fantom-testnet", "arbitrum-goerli", "fuji", "celo-alfajores", "mumbai", "aurora-testnet", "near-testnet", "optimism", "optimism-goerli", "theta-testnet-001", "osmo-test-4", "base-testnet", "base", "celo", "arbitrum-one", "avalanche", "zksync-era", "zkSync2-testnet", "sepolia", "polygon-zkevm-testnet", "polygon-zkevm", "scroll-sepolia"];
1
+ export declare const allowedStudioNetworks: readonly ["mainnet", "rinkeby", "goerli", "gnosis", "chapel", "optimism-goerli", "clover", "fantom", "matic", "fantom-testnet", "arbitrum-goerli", "fuji", "celo-alfajores", "mumbai", "aurora-testnet", "near-testnet", "optimism", "optimism-goerli", "theta-testnet-001", "osmo-test-4", "base-testnet", "base", "celo", "arbitrum-one", "avalanche", "zksync-era", "zksync-era-testnet", "sepolia", "polygon-zkevm-testnet", "polygon-zkevm", "scroll-sepolia"];
2
2
  export declare const validateStudioNetwork: ({ studio, product, network, }: {
3
3
  studio?: string | boolean | undefined;
4
4
  product?: string | undefined;
@@ -28,7 +28,7 @@ exports.allowedStudioNetworks = [
28
28
  'arbitrum-one',
29
29
  'avalanche',
30
30
  'zksync-era',
31
- 'zkSync2-testnet',
31
+ 'zksync-era-testnet',
32
32
  'sepolia',
33
33
  'polygon-zkevm-testnet',
34
34
  'polygon-zkevm',
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.58.0-alpha-20230911140942-7b6cfb9",
2
+ "version": "0.58.0",
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.58.0-alpha-20230911140942-7b6cfb9",
3
+ "version": "0.58.0",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {