Skip to content

Commit

Permalink
maple piping (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco authored Aug 3, 2024
1 parent a8c25be commit f4646f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/pool/lib/apr-data-sources/yb-apr-handlers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const sourceToHandler = {
yearn: sources.YearnAprHandler,
defaultHandlers: sources.DefaultAprHandler,
stakewise: sources.Stakewise,
maple: sources.Maple,
etherfi: sources.Etherfi,
sveth: sources.svEthAprHandler,
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export * from './maker-apr-handler';
export * as MakerGnosis from './maker-gnosis-apr-handler';
export * from './bloom-apr-handler';
export * from './stakewise-apr-handler';
export * from './maple-apr-handler';
export * from './etherfi-apr-handler';
export * from './sv-eth';

0 comments on commit f4646f5

Please sign in to comment.