Skip to content

Commit 11f5320

Browse files
authored
Fix SW graph deployment (#41)
1 parent efd692d commit 11f5320

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
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.5",
3+
"version": "1.0.6",
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.5",
3+
"version": "1.0.6",
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.5",
3+
"version": "1.0.6",
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.5 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum"
13+
"deploy:local": "graph deploy --version-label 1.0.6 --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.5",
3+
"version": "1.0.6",
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.5 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse"
13+
"deploy:local": "graph deploy --version-label 1.0.6 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse"
1414
}
1515
}

subgraphs/stakewise/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "stakewise",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
77
"prepare:mainnet": "mustache config/mainnet.json subgraph.template.yaml > subgraph.yaml",
88
"build:goerli": "yarn prepare:goerli && graph codegen subgraph.yaml && graph build subgraph.yaml",
9-
"build:mainnet": "yarn prepare:goerli && graph codegen subgraph.yaml && graph build subgraph.yaml",
9+
"build:mainnet": "yarn prepare:mainnet && graph codegen subgraph.yaml && graph build subgraph.yaml",
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.5 node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise"
13+
"deploy:local": "graph deploy --version-label 1.0.6 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.5",
3+
"version": "1.0.6",
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.5 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3"
13+
"deploy:local": "graph deploy --version-label 1.0.6 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3"
1414
}
1515
}

0 commit comments

Comments
 (0)