Skip to content

Commit

Permalink
Update version for subgraphs (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi authored Mar 27, 2022
1 parent 861aac0 commit f801ba0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.1.2",
"version": "1.2.0",
"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.1.2",
"version": "1.2.0",
"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.1.2",
"version": "1.2.0",
"license": "AGPL-3.0-only",
"scripts": {
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
Expand All @@ -15,7 +15,7 @@
"deploy:perm_goerli": "yarn build:perm_goerli",
"deploy:gnosis": "yarn build:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-gnosis",
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-mainnet",
"deploy:local": "graph deploy --version-label 1.1.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum",
"deploy:local": "graph deploy --version-label 1.2.0 --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/rari-fuse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rari-fuse",
"version": "1.1.2",
"version": "1.2.0",
"license": "AGPL-3.0-only",
"scripts": {
"prepare:goerli": "true",
Expand All @@ -15,7 +15,7 @@
"deploy:perm_goerli": "yarn build:perm_goerli",
"deploy:gnosis": "yarn build:gnosis",
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/rari-fuse-mainnet",
"deploy:local": "graph deploy --version-label 1.1.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse",
"deploy:local": "graph deploy --version-label 1.2.0 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse",
"create:local": "graph create --node $GRAPH_NODE_URL stakewise/rari-fuse"
}
}
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.1.2",
"version": "1.2.0",
"license": "AGPL-3.0-only",
"scripts": {
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
Expand All @@ -15,7 +15,7 @@
"deploy:perm_goerli": "yarn build:perm_goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-perm-goerli",
"deploy:gnosis": "yarn build:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-gnosis",
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-mainnet",
"deploy:local": "graph deploy --version-label 1.1.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise",
"deploy:local": "graph deploy --version-label 1.2.0 --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.1.2",
"version": "1.2.0",
"license": "AGPL-3.0-only",
"scripts": {
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
Expand All @@ -15,7 +15,7 @@
"deploy:perm_goerli": "yarn build:perm_goerli",
"deploy:gnosis": "yarn build:gnosis",
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/uniswap-v3-mainnet",
"deploy:local": "graph deploy --version-label 1.1.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3",
"deploy:local": "graph deploy --version-label 1.2.0 --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 f801ba0

Please sign in to comment.