Skip to content

Commit defb1f4

Browse files
committed
makina fees can be negative
1 parent e789167 commit defb1f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fees/makina/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ async function fetch(options: FetchOptions): Promise<FetchResultV2> {
174174
const adapter: Adapter = {
175175
version: 2,
176176
pullHourly: true,
177+
allowNegativeValue: true, // vault yield can be negative
177178
adapter: {
178179
[CHAIN.ETHEREUM]: {
179180
fetch,

0 commit comments

Comments
 (0)