diff --git a/package-lock.json b/package-lock.json index 9810a05..9444197 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "stakewise-subgraphs", - "version": "1.4.5", + "version": "1.4.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8cab5b0..d25557d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stakewise-subgraphs", - "version": "1.4.5", + "version": "1.4.6", "description": "Subgraphs for the StakeWise Protocol", "repository": "https://github.com/stakewise/subgraphs", "license": "AGPL-3.0-only", diff --git a/packages/constants/package.json b/packages/constants/package.json index 4cb5bbb..6edaa2e 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "const", - "version": "1.4.5", + "version": "1.4.6", "license": "AGPL-3.0-only", "main": "index.ts", "type": "module", diff --git a/subgraphs/ethereum/package.json b/subgraphs/ethereum/package.json index 61c74c8..2916534 100644 --- a/subgraphs/ethereum/package.json +++ b/subgraphs/ethereum/package.json @@ -1,6 +1,6 @@ { "name": "ethereum", - "version": "1.4.5", + "version": "1.4.6", "license": "AGPL-3.0-only", "scripts": { "prepare:goerli": "npm run --prefix=../../packages/constants prepare:goerli && mustache config/goerli.json subgraph.template.yaml > subgraph.yaml", @@ -11,12 +11,12 @@ "build:mainnet": "npm run prepare:mainnet && graph codegen subgraph.yaml && graph build subgraph.yaml", "deploy:mainnet": "npm run build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-mainnet", "create:mainnet:local": "graph create --node $GRAPH_MAINNET_URL stakewise/ethereum", - "deploy:mainnet:local": "npm run build:mainnet && npm run create:mainnet:local && graph deploy --version-label 1.4.5 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/ethereum", + "deploy:mainnet:local": "npm run build:mainnet && npm run create:mainnet:local && graph deploy --version-label 1.4.6 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/ethereum", "prepare:gnosis": "npm run --prefix=../../packages/constants prepare:gnosis && mustache config/gnosis.json subgraph.template.yaml > subgraph.yaml", "build:gnosis": "npm run prepare:gnosis && graph codegen subgraph.yaml && graph build subgraph.yaml", "deploy:gnosis": "npm run build:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-gnosis", "create:gnosis:local": "graph create --node $GRAPH_GNOSIS_URL stakewise/ethereum", - "deploy:gnosis:local": "npm run build:gnosis && npm run create:gnosis:local && graph deploy --version-label 1.4.5 --node $GRAPH_GNOSIS_URL --ipfs $IPFS_GNOSIS_URL stakewise/ethereum" + "deploy:gnosis:local": "npm run build:gnosis && npm run create:gnosis:local && graph deploy --version-label 1.4.6 --node $GRAPH_GNOSIS_URL --ipfs $IPFS_GNOSIS_URL stakewise/ethereum" } } diff --git a/subgraphs/stakewise/package.json b/subgraphs/stakewise/package.json index 65b2a99..68ca623 100644 --- a/subgraphs/stakewise/package.json +++ b/subgraphs/stakewise/package.json @@ -1,6 +1,6 @@ { "name": "stakewise", - "version": "1.4.5", + "version": "1.4.6", "license": "AGPL-3.0-only", "scripts": { "prepare:goerli": "npm run --prefix=../../packages/constants prepare:goerli && mustache config/goerli.json subgraph.template.yaml > subgraph.yaml", @@ -11,7 +11,7 @@ "build:mainnet": "npm run prepare:mainnet && graph codegen subgraph.yaml && graph build subgraph.yaml", "deploy:mainnet": "npm run build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-mainnet", "create:mainnet:local": "graph create --node $GRAPH_MAINNET_URL stakewise/stakewise", - "deploy:mainnet:local": "npm run build:mainnet && npm run create:mainnet:local && graph deploy --version-label 1.4.5 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/stakewise", + "deploy:mainnet:local": "npm run build:mainnet && npm run create:mainnet:local && graph deploy --version-label 1.4.6 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/stakewise", "prepare:harbour_goerli": "npm run --prefix=../../packages/constants prepare:harbour_goerli && mustache config/harbour_goerli.json subgraph.template.yaml > subgraph.yaml", "build:harbour_goerli": "npm run prepare:harbour_goerli && graph codegen subgraph.yaml && graph build subgraph.yaml", @@ -21,12 +21,12 @@ "build:harbour_mainnet": "npm run prepare:harbour_mainnet && graph codegen subgraph.yaml && graph build subgraph.yaml", "deploy:harbour_mainnet": "npm run build:harbour_mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-harbour-mainnet", "create:harbour_mainnet:local": "graph create --node $GRAPH_MAINNET_URL stakewise/stakewise-harbour", - "deploy:harbour_mainnet:local": "npm run build:harbour_mainnet && npm run create:harbour_mainnet:local && graph deploy --version-label 1.4.5 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/stakewise-harbour", + "deploy:harbour_mainnet:local": "npm run build:harbour_mainnet && npm run create:harbour_mainnet:local && graph deploy --version-label 1.4.6 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/stakewise-harbour", "prepare:gnosis": "npm run --prefix=../../packages/constants prepare:gnosis && mustache config/gnosis.json subgraph.template.yaml > subgraph.yaml", "build:gnosis": "npm run prepare:gnosis && graph codegen subgraph.yaml && graph build subgraph.yaml", "deploy:gnosis": "npm run build:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-gnosis", "create:gnosis:local": "graph create --node $GRAPH_GNOSIS_URL stakewise/stakewise", - "deploy:gnosis:local": "npm run build:gnosis && npm run create:gnosis:local && graph deploy --version-label 1.4.5 --node $GRAPH_GNOSIS_URL --ipfs $IPFS_GNOSIS_URL stakewise/stakewise" + "deploy:gnosis:local": "npm run build:gnosis && npm run create:gnosis:local && graph deploy --version-label 1.4.6 --node $GRAPH_GNOSIS_URL --ipfs $IPFS_GNOSIS_URL stakewise/stakewise" } } diff --git a/subgraphs/uniswap-v3/package.json b/subgraphs/uniswap-v3/package.json index 2e9a042..a1b96fd 100644 --- a/subgraphs/uniswap-v3/package.json +++ b/subgraphs/uniswap-v3/package.json @@ -1,6 +1,6 @@ { "name": "uniswap-v3", - "version": "1.4.5", + "version": "1.4.6", "license": "AGPL-3.0-only", "scripts": { "prepare:goerli": "npm run --prefix=../../packages/constants prepare:goerli && mustache config/goerli.json subgraph.template.yaml > subgraph.yaml", @@ -11,6 +11,6 @@ "build:mainnet": "npm run prepare:mainnet && graph codegen subgraph.yaml && graph build subgraph.yaml", "deploy:mainnet": "npm run build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/uniswap-v3-mainnet", "create:mainnet:local": "graph create --node $GRAPH_MAINNET_URL stakewise/uniswap-v3", - "deploy:mainnet:local": "npm run build:mainnet && npm run create:mainnet:local && graph deploy --version-label 1.4.5 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/uniswap-v3" + "deploy:mainnet:local": "npm run build:mainnet && npm run create:mainnet:local && graph deploy --version-label 1.4.6 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/uniswap-v3" } }