File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stakewise-subgraphs" ,
3
- "version" : " 1.0.6 " ,
3
+ "version" : " 1.0.7 " ,
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.6 " ,
3
+ "version" : " 1.0.7 " ,
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.6 " ,
3
+ "version" : " 1.0.7 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"prepare:goerli" : " mustache config/goerli.json subgraph.template.yaml > subgraph.yaml" ,
10
10
"create:local" : " graph create --node $GRAPH_NODE_URL stakewise/ethereum" ,
11
11
"deploy:mainnet" : " yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-mainnet" ,
12
12
"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"
14
14
}
15
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rari-fuse" ,
3
- "version" : " 1.0.6 " ,
3
+ "version" : " 1.0.7 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"prepare:goerli" : " true" ,
10
10
"create:local" : " graph create --node $GRAPH_NODE_URL stakewise/rari-fuse" ,
11
11
"deploy:mainnet" : " yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/rari-fuse-mainnet" ,
12
12
"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"
14
14
}
15
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stakewise" ,
3
- "version" : " 1.0.6 " ,
3
+ "version" : " 1.0.7 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"prepare:goerli" : " mustache config/goerli.json subgraph.template.yaml > subgraph.yaml" ,
10
10
"create:local" : " graph create --node $GRAPH_NODE_URL stakewise/stakewise" ,
11
11
"deploy:goerli" : " yarn build:goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-goerli" ,
12
12
"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"
14
14
}
15
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " uniswap-v3" ,
3
- "version" : " 1.0.6 " ,
3
+ "version" : " 1.0.7 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"prepare:goerli" : " mustache config/goerli.json subgraph.template.yaml > subgraph.yaml" ,
10
10
"create:local" : " graph create --node $GRAPH_NODE_URL stakewise/uniswap-v3" ,
11
11
"deploy:goerli" : " yarn build:goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/uniswap-v3-goerli" ,
12
12
"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"
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments