diff --git a/package.json b/package.json index f1d3fee..43ac525 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stakewise-subgraphs", - "version": "1.3.0", + "version": "1.3.1", "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 8e4eb72..01b3548 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "const", - "version": "1.3.0", + "version": "1.3.1", "license": "AGPL-3.0-only", "main": "index.ts", "type": "module", diff --git a/subgraphs/ethereum/package.json b/subgraphs/ethereum/package.json index e955da1..a9ca80f 100644 --- a/subgraphs/ethereum/package.json +++ b/subgraphs/ethereum/package.json @@ -1,6 +1,6 @@ { "name": "ethereum", - "version": "1.3.0", + "version": "1.3.1", "license": "AGPL-3.0-only", "scripts": { "prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml", @@ -18,7 +18,7 @@ "deploy:harbour_goerli": "yarn build:harbour_goerli", "deploy:harbour_mainnet": "yarn build:harbour_mainnet", "deploy:gnosis": "yarn build:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-gnosis", - "deploy:local": "graph deploy --version-label 1.3.0 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum", + "deploy:local": "graph deploy --version-label 1.3.1 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum", "create:local": "graph create --node $GRAPH_NODE_URL stakewise/ethereum" } } diff --git a/subgraphs/stakewise/package.json b/subgraphs/stakewise/package.json index 31c8dfe..5b04dc5 100644 --- a/subgraphs/stakewise/package.json +++ b/subgraphs/stakewise/package.json @@ -1,6 +1,6 @@ { "name": "stakewise", - "version": "1.3.0", + "version": "1.3.1", "license": "AGPL-3.0-only", "scripts": { "prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml", @@ -18,7 +18,7 @@ "deploy:harbour_goerli": "yarn build:harbour_goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-perm-goerli", "deploy:harbour_mainnet": "yarn build:harbour_mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-harbour-mainnet", "deploy:gnosis": "yarn build:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-gnosis", - "deploy:local": "graph deploy --version-label 1.3.0 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise", + "deploy:local": "graph deploy --version-label 1.3.1 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise", "create:local": "graph create --node $GRAPH_NODE_URL stakewise/stakewise" } } diff --git a/subgraphs/uniswap-v3/package.json b/subgraphs/uniswap-v3/package.json index 643dba7..72699c2 100644 --- a/subgraphs/uniswap-v3/package.json +++ b/subgraphs/uniswap-v3/package.json @@ -1,6 +1,6 @@ { "name": "uniswap-v3", - "version": "1.3.0", + "version": "1.3.1", "license": "AGPL-3.0-only", "scripts": { "prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml", @@ -18,7 +18,7 @@ "deploy:harbour_goerli": "yarn build:harbour_goerli", "deploy:harbour_mainnet": "yarn build:harbour_mainnet", "deploy:gnosis": "yarn build:gnosis", - "deploy:local": "graph deploy --version-label 1.3.0 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3", + "deploy:local": "graph deploy --version-label 1.3.1 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3", "create:local": "graph create --node $GRAPH_NODE_URL stakewise/uniswap-v3" } }