Skip to content

Commit

Permalink
fix: filter inactive avs when monitoring operator apy
Browse files Browse the repository at this point in the history
  • Loading branch information
gowthamsundaresan committed Oct 21, 2024
1 parent 864ac7c commit 5c24496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seeder/src/monitors/operatorApy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export async function monitorOperatorApy() {
select: { strategyAddress: true, shares: true }
},
avs: {
where: { isActive: true },
select: {
avsAddress: true,
isActive: true,
avs: {
select: {
address: true,
Expand Down

0 comments on commit 5c24496

Please sign in to comment.