Skip to content

Commit

Permalink
disable runcurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Oct 17, 2023
1 parent 2ed2bc1 commit 7a19ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fees/mummy-finance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ const adapter: Adapter = {
[CHAIN.FANTOM]: {
fetch: getFetch(CHAIN.FANTOM),
start: async () => 0,
runAtCurrTime: true
// runAtCurrTime: true
},
[CHAIN.OPTIMISM]: {
fetch: getFetch(CHAIN.OPTIMISM),
start: async () => 0,
runAtCurrTime: true
// runAtCurrTime: true
},
},
}
Expand Down

0 comments on commit 7a19ce7

Please sign in to comment.