Commit d5b5bb2 1 parent f4ee477 commit d5b5bb2 Copy full SHA for d5b5bb2
File tree 6 files changed +4
-4
lines changed
6 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
node : ["21.x"]
14
14
chain :
15
15
[
16
- " avalanche " ,
16
+ " avax " ,
17
17
" arbitrum" ,
18
18
" base" ,
19
19
" bsc" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This Subgraph sources events from the Beefy contracts in different networks.
8
8
9
9
### Latest endpoints
10
10
11
- - [ Avalanche] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-avalanche /latest/gn )
11
+ - [ Avalanche] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-avax /latest/gn )
12
12
- [ Arbitrum] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-arbitrum/latest/gn )
13
13
- [ Base] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-base/latest/gn )
14
14
- [ Bsc] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-bsc/latest/gn )
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ async function main() {
272
272
// check for missing holder counts
273
273
const missingHolderCounts : BeefyVault [ ] = [ ]
274
274
for ( const vault of allConfigs ) {
275
- const subgraphchain = vault . chain === "avax" ? "avalanche" : vault . chain === " one" ? "harmony" : vault . chain
275
+ const subgraphchain = vault . chain === "one" ? "harmony" : vault . chain
276
276
dataFileContentPerChain [ subgraphchain ] = dataFileContentPerChain [ subgraphchain ] || { old_vaults : [ ] , old_boosts : [ ] }
277
277
278
278
const level = vault . eol ? "ERROR" : "WARN"
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 15
15
"create-local" : " graph create beefyfinance/local --node http://127.0.0.1:8020" ,
16
16
"deploy-local" : " graph deploy beefyfinance/local --node http://127.0.0.1:8020 --ipfs http://localhost:5001" ,
17
17
"remove-local" : " graph remove beefyfinance/local --node http://127.0.0.1:8020" ,
18
- "prepare:avalanche " : " ./bin/prepare.sh avalanche " ,
18
+ "prepare:avax " : " ./bin/prepare.sh avax " ,
19
19
"prepare:arbitrum" : " ./bin/prepare.sh arbitrum" ,
20
20
"prepare:base" : " ./bin/prepare.sh base" ,
21
21
"prepare:bsc" : " ./bin/prepare.sh bsc" ,
You can’t perform that action at this time.
0 commit comments