Skip to content

Commit

Permalink
temp disable apy
Browse files Browse the repository at this point in the history
  • Loading branch information
soilking committed Jul 30, 2024
1 parent 50b54b8 commit f41588b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/subgraph-beanstalk/src/SeasonHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ export function handleSoil(event: Soil): void {
fieldDaily.updatedAt = event.block.timestamp;
fieldDaily.save();

if (event.params.season.toI32() >= 6075) {
updateBeanEMA(event.params.season.toI32(), event.block.timestamp);
}
// if (event.params.season.toI32() >= 6075) {
// updateBeanEMA(event.params.season.toI32(), event.block.timestamp);
// }
}

export function handleIncentive(event: Incentivization): void {
Expand Down

0 comments on commit f41588b

Please sign in to comment.