File tree 7 files changed +199
-215
lines changed
7 files changed +199
-215
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stakewise-subgraphs" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " Subgraphs for the StakeWise Protocol" ,
5
5
"repository" : " https://github.com/stakewise/subgraphs" ,
6
6
"license" : " AGPL-3.0-only" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " const" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"main" : " index.ts" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereum" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"prepare:goerli" : " mustache config/goerli.json subgraph.template.yaml > subgraph.yaml" ,
13
13
"deploy:mainnet" : " yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-mainnet" ,
14
14
"deploy:goerli" : " yarn build:goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-goerli" ,
15
15
"deploy:perm_goerli" : " yarn build:perm_goerli" ,
16
- "deploy:local" : " graph deploy --version-label 1.0.9 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum"
16
+ "deploy:local" : " graph deploy --version-label 1.1.0 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rari-fuse" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"prepare:goerli" : " true" ,
13
13
"deploy:mainnet" : " yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/rari-fuse-mainnet" ,
14
14
"deploy:goerli" : " yarn build:goerli" ,
15
15
"deploy:perm_goerli" : " yarn build:perm_goerli" ,
16
- "deploy:local" : " graph deploy --version-label 1.0.9 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse"
16
+ "deploy:local" : " graph deploy --version-label 1.1.0 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stakewise" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"prepare:goerli" : " mustache config/goerli.json subgraph.template.yaml > subgraph.yaml" ,
13
13
"deploy:goerli" : " yarn build:goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-goerli" ,
14
14
"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" ,
15
15
"deploy:mainnet" : " yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-mainnet" ,
16
- "deploy:local" : " graph deploy --version-label 1.0.9 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise"
16
+ "deploy:local" : " graph deploy --version-label 1.1.0 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " uniswap-v3" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"prepare:goerli" : " mustache config/goerli.json subgraph.template.yaml > subgraph.yaml" ,
13
13
"deploy:goerli" : " yarn build:goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/uniswap-v3-goerli" ,
14
14
"deploy:perm_goerli" : " yarn build:perm_goerli" ,
15
15
"deploy:mainnet" : " yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/uniswap-v3-mainnet" ,
16
- "deploy:local" : " graph deploy --version-label 1.0.9 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3"
16
+ "deploy:local" : " graph deploy --version-label 1.1.0 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3"
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments