Skip to content

Commit

Permalink
Merge pull request #173 from EigenExplorer/dev
Browse files Browse the repository at this point in the history
v0.2 Dev to Main
  • Loading branch information
uditdc authored Aug 12, 2024
2 parents 97e0325 + 0570c0b commit 4780c91
Show file tree
Hide file tree
Showing 32 changed files with 6,073 additions and 839 deletions.
1,370 changes: 886 additions & 484 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion packages/api/src/routes/avs/avsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,9 @@ export async function getAVSOperators(req: Request, res: Response) {
strategyTokenPrices
)
: undefined,
stakers: undefined
stakers: undefined,
metadataUrl: undefined,
isMetadataSynced: undefined
}
})

Expand Down
Loading

0 comments on commit 4780c91

Please sign in to comment.