File tree 8 files changed +27
-11
lines changed
8 files changed +27
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stakewise-subgraphs" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
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.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"main" : " index.ts" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereum" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"prepare:goerli" : " mustache config/goerli.json subgraph.template.yaml > subgraph.yaml" ,
15
15
"deploy:perm_goerli" : " yarn build:perm_goerli" ,
16
16
"deploy:gnosis" : " yarn build:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-gnosis" ,
17
17
"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.2.1 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum" ,
18
+ "deploy:local" : " graph deploy --version-label 1.2.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum" ,
19
19
"create:local" : " graph create --node $GRAPH_NODE_URL stakewise/ethereum"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rari-fuse" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"prepare:goerli" : " true" ,
15
15
"deploy:perm_goerli" : " yarn build:perm_goerli" ,
16
16
"deploy:gnosis" : " yarn build:gnosis" ,
17
17
"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.2.1 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse" ,
18
+ "deploy:local" : " graph deploy --version-label 1.2.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse" ,
19
19
"create:local" : " graph create --node $GRAPH_NODE_URL stakewise/rari-fuse"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 36
36
"address" : " 0x9b23e05aefb37d5ea9b525016d19eb82b65f255c" ,
37
37
"startBlock" : " 21293582"
38
38
},
39
- "distributorTokens" : []
39
+ "distributorTokens" : [
40
+ {
41
+ "index" : 0 ,
42
+ "address" : " 0xbdf4488dcf7165788d438b62b4c8a333879b7078" ,
43
+ "startBlock" : " 21383985"
44
+ },
45
+ {
46
+ "index" : 1 ,
47
+ "address" : " 0x5d7309a01b727d6769153fcb1df5587858d53b9c" ,
48
+ "startBlock" : " 21391068"
49
+ }
50
+ ]
40
51
}
Original file line number Diff line number Diff line change 46
46
"index" : 1 ,
47
47
"address" : " 0x83d534ab1d4002249b0e6d22410b62cf31978ca2" ,
48
48
"startBlock" : " 13398765"
49
+ },
50
+ {
51
+ "index" : 2 ,
52
+ "address" : " 0xe95e4c2dac312f31dc605533d5a4d0af42579308" ,
53
+ "startBlock" : " 14482784"
49
54
}
50
55
]
51
56
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stakewise" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"prepare:goerli" : " mustache config/goerli.json subgraph.template.yaml > subgraph.yaml" ,
15
15
"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" ,
16
16
"deploy:gnosis" : " yarn build:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-gnosis" ,
17
17
"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.2.1 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise" ,
18
+ "deploy:local" : " graph deploy --version-label 1.2.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise" ,
19
19
"create:local" : " graph create --node $GRAPH_NODE_URL stakewise/stakewise"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " uniswap-v3" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"prepare:goerli" : " mustache config/goerli.json subgraph.template.yaml > subgraph.yaml" ,
15
15
"deploy:perm_goerli" : " yarn build:perm_goerli" ,
16
16
"deploy:gnosis" : " yarn build:gnosis" ,
17
17
"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.2.1 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3" ,
18
+ "deploy:local" : " graph deploy --version-label 1.2.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3" ,
19
19
"create:local" : " graph create --node $GRAPH_NODE_URL stakewise/uniswap-v3"
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments