Skip to content

Commit 1d7b11f

Browse files
authored
fix sw local deployment (#42)
1 parent 11f5320 commit 1d7b11f

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stakewise-subgraphs",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Subgraphs for the StakeWise Protocol",
55
"repository": "https://github.com/stakewise/subgraphs",
66
"license": "AGPL-3.0-only",

packages/constants/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "const",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"license": "AGPL-3.0-only",
55
"main": "index.ts",
66
"scripts": {

subgraphs/ethereum/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
@@ -10,6 +10,6 @@
1010
"create:local": "graph create --node $GRAPH_NODE_URL stakewise/ethereum",
1111
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-mainnet",
1212
"deploy:goerli": "yarn build:goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-goerli",
13-
"deploy:local": "graph deploy --version-label 1.0.6 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum"
13+
"deploy:local": "graph deploy --version-label 1.0.7 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum"
1414
}
1515
}

subgraphs/rari-fuse/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rari-fuse",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "true",
@@ -10,6 +10,6 @@
1010
"create:local": "graph create --node $GRAPH_NODE_URL stakewise/rari-fuse",
1111
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/rari-fuse-mainnet",
1212
"deploy:goerli": "yarn build:goerli",
13-
"deploy:local": "graph deploy --version-label 1.0.6 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse"
13+
"deploy:local": "graph deploy --version-label 1.0.7 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse"
1414
}
1515
}

subgraphs/stakewise/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stakewise",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
@@ -10,6 +10,6 @@
1010
"create:local": "graph create --node $GRAPH_NODE_URL stakewise/stakewise",
1111
"deploy:goerli": "yarn build:goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-goerli",
1212
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-mainnet",
13-
"deploy:local": "graph deploy --version-label 1.0.6 node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise"
13+
"deploy:local": "graph deploy --version-label 1.0.7 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise"
1414
}
1515
}

subgraphs/uniswap-v3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uniswap-v3",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
@@ -10,6 +10,6 @@
1010
"create:local": "graph create --node $GRAPH_NODE_URL stakewise/uniswap-v3",
1111
"deploy:goerli": "yarn build:goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/uniswap-v3-goerli",
1212
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/uniswap-v3-mainnet",
13-
"deploy:local": "graph deploy --version-label 1.0.6 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3"
13+
"deploy:local": "graph deploy --version-label 1.0.7 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3"
1414
}
1515
}

0 commit comments

Comments
 (0)