Skip to content

Commit

Permalink
Update subgraphs version (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi authored Jun 19, 2022
1 parent c61987a commit e4a8851
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "const",
"version": "1.3.0",
"version": "1.3.1",
"license": "AGPL-3.0-only",
"main": "index.ts",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions subgraphs/ethereum/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
4 changes: 2 additions & 2 deletions subgraphs/stakewise/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
4 changes: 2 additions & 2 deletions subgraphs/uniswap-v3/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}

0 comments on commit e4a8851

Please sign in to comment.