Skip to content

Commit

Permalink
ignore fantom
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Jun 23, 2023
1 parent a59a096 commit e86b595
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fees/alchemix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ const adapter: Adapter = {
fetch: graph(endpoints)(CHAIN.ETHEREUM),
start: async () => 1669852800
},
[CHAIN.FANTOM]: {
fetch: graph(endpoints)(CHAIN.FANTOM),
start: async () => 1669852800
},
// [CHAIN.FANTOM]: {
// fetch: graph(endpoints)(CHAIN.FANTOM),
// start: async () => 1669852800
// },
[CHAIN.OPTIMISM]: {
fetch: graph(endpoints)(CHAIN.OPTIMISM),
start: async () => 1669852800
Expand Down

0 comments on commit e86b595

Please sign in to comment.