Commit 4393852 1 parent 01728c7 commit 4393852 Copy full SHA for 4393852
File tree 5 files changed +26
-0
lines changed
5 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 31
31
" polygon" ,
32
32
" rootstock" ,
33
33
" sei" ,
34
+ " scroll" ,
34
35
" zksync" ,
35
36
]
36
37
os : [ubuntu-latest]
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ This Subgraph sources events from the Beefy contracts in different networks.
22
22
- [ Optimism] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-optimism/latest/gn )
23
23
- [ Polygon] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-polygon/latest/gn )
24
24
- [ Rootstock] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-rootstock/latest/gn )
25
+ - [ Scroll] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-scroll/latest/gn )
25
26
- [ Sei] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-sei/latest/gn )
26
27
- [ Zksync] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-zksync/latest/gn )
27
28
Original file line number Diff line number Diff line change
1
+ {
2
+ "network" : " scroll" ,
3
+
4
+ "shareTokenMintAddress" : " 0x0000000000000000000000000000000000000000" ,
5
+ "burnAddress" : " 0x000000000000000000000000000000000000dead" ,
6
+
7
+ "clmManagerFactoryAddress" : " 0x2AfB174c22D9eE334895C4e300ab93154d800aA0" ,
8
+ "clmManagerFactoryStartBlock" : 10224895 ,
9
+ "clmStrategyFactoryAddress" : " 0xA5Cd8A60a05571141370D184e255777e5c2d5968" ,
10
+ "clmStrategyFactoryStartBlock" : 10224905 ,
11
+ "rewardPoolFactoryAddress" : " 0xe103ab2f922aa1a56EC058AbfDA2CeEa1e95bCd7" ,
12
+ "rewardPoolFactoryStartBlock" : 10224898 ,
13
+ "beefyClassicVaultFactoryAddress" : " 0x91BB303E972995EbE5f593BCddBb6F5Ef49Dbcbd" ,
14
+ "beefyClassicVaultFactoryStartBlock" : 10224183 ,
15
+ "beefyClassicBoostFactoryAddress" : " 0x0000000000000000000000000000000000000000" ,
16
+ "beefyClassicBoostFactoryStartBlock" : 10224183 ,
17
+
18
+ "vaultInitializedEvent" : " Initialized(uint8)"
19
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "old_vaults" : [],
3
+ "old_boosts" : []
4
+ }
Original file line number Diff line number Diff line change 32
32
"prepare:optimism" : " ./bin/prepare.sh optimism" ,
33
33
"prepare:polygon" : " ./bin/prepare.sh polygon" ,
34
34
"prepare:rootstock" : " ./bin/prepare.sh rootstock" ,
35
+ "prepare:scroll" : " ./bin/prepare.sh scroll" ,
35
36
"prepare:sei" : " ./bin/prepare.sh sei" ,
36
37
"prepare:zksync" : " ./bin/prepare.sh zksync"
37
38
},
You can’t perform that action at this time.
0 commit comments