Skip to content

Commit ccba5a6

Browse files
authored
Fix Gnosis subgraph (#49)
1 parent 4d85468 commit ccba5a6

File tree

7 files changed

+11
-11
lines changed

7 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.1.1",
3+
"version": "1.1.2",
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.1.1",
3+
"version": "1.1.2",
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.1.1",
3+
"version": "1.1.2",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
@@ -15,7 +15,7 @@
1515
"deploy:perm_goerli": "yarn build:perm_goerli",
1616
"deploy:gnosis": "yarn build:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-gnosis",
1717
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-mainnet",
18-
"deploy:local": "graph deploy --version-label 1.1.1 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum",
18+
"deploy:local": "graph deploy --version-label 1.1.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum",
1919
"create:local": "graph create --node $GRAPH_NODE_URL stakewise/ethereum"
2020
}
2121
}

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.1.1",
3+
"version": "1.1.2",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "true",
@@ -15,7 +15,7 @@
1515
"deploy:perm_goerli": "yarn build:perm_goerli",
1616
"deploy:gnosis": "yarn build:gnosis",
1717
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/rari-fuse-mainnet",
18-
"deploy:local": "graph deploy --version-label 1.1.1 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse",
18+
"deploy:local": "graph deploy --version-label 1.1.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse",
1919
"create:local": "graph create --node $GRAPH_NODE_URL stakewise/rari-fuse"
2020
}
2121
}

subgraphs/stakewise/config/gnosis.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"startBlock": "20759544"
3434
},
3535
"roles": {
36-
"address": "0x814f9c8c0269f11996138c77cc16a3a7f0a36b0c",
36+
"address": "0x61975c09207c5dfe794b0a652c8caf8458159aae",
3737
"startBlock": "20759534"
3838
}
3939
}

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.1.1",
3+
"version": "1.1.2",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
@@ -15,7 +15,7 @@
1515
"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",
1616
"deploy:gnosis": "yarn build:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-gnosis",
1717
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-mainnet",
18-
"deploy:local": "graph deploy --version-label 1.1.1 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise",
18+
"deploy:local": "graph deploy --version-label 1.1.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise",
1919
"create:local": "graph create --node $GRAPH_NODE_URL stakewise/stakewise"
2020
}
2121
}

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.1.1",
3+
"version": "1.1.2",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
@@ -15,7 +15,7 @@
1515
"deploy:perm_goerli": "yarn build:perm_goerli",
1616
"deploy:gnosis": "yarn build:gnosis",
1717
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/uniswap-v3-mainnet",
18-
"deploy:local": "graph deploy --version-label 1.1.1 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3",
18+
"deploy:local": "graph deploy --version-label 1.1.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3",
1919
"create:local": "graph create --node $GRAPH_NODE_URL stakewise/uniswap-v3"
2020
}
2121
}

0 commit comments

Comments
 (0)