Skip to content

Commit

Permalink
disable eth joe
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Jan 12, 2025
1 parent 9a3df32 commit fdfa2f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions dexs/traderjoe/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ const adapter: BreakdownAdapter = {
fetch: fetchV2,
start: '2023-03-03'
},
[CHAIN.ETHEREUM]: {
fetch: fetchV2,
start: '2023-09-24'
}
// [CHAIN.ETHEREUM]: {
// fetch: fetchV2,
// start: '2023-09-24'
// }
}
},
};
Expand Down
8 changes: 4 additions & 4 deletions fees/traderjoe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ const adapter: Adapter = {
fetch: graph,
start: '2023-03-07',
},
[CHAIN.ETHEREUM]: {
fetch: graph,
start: '2023-09-24',
},
// [CHAIN.ETHEREUM]: {
// fetch: graph,
// start: '2023-09-24',
// },
},
},
};
Expand Down

0 comments on commit fdfa2f7

Please sign in to comment.