Skip to content

Commit bbc1b02

Browse files
committed
yo fees can be negative
1 parent a4019b8 commit bbc1b02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fees/yo-protocol/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ const adapter: SimpleAdapter = {
8686
},
8787
fetch,
8888
chains: [CHAIN.BASE],
89-
start: '2025-01-22'
89+
start: '2025-01-22',
90+
allowNegativeValue: true, // vaults can be negative yields
9091
};
9192

9293
export default adapter;

0 commit comments

Comments
 (0)