Skip to content

Commit

Permalink
fix: filter inactive avs when monitoring operator apy (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
gowthamsundaresan authored Oct 22, 2024
1 parent 55fce57 commit 14f602d
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 14f602d

Please sign in to comment.