Skip to content

Commit

Permalink
set run current true
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Aug 5, 2023
1 parent fd213cb commit 373920b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fees/zunami/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,12 @@ const methodology = {

const adapter: SimpleAdapter = {
adapter: {
[CHAIN.ETHEREUM]: {fetch: getData(CHAIN.ETHEREUM), start: async () => START_TIMESTAMP, meta: {methodology}},
[CHAIN.ETHEREUM]: {
fetch: getData(CHAIN.ETHEREUM),
start: async () => START_TIMESTAMP,
runAtCurrTime: true,
meta: {methodology}
},
}
};

Expand Down

0 comments on commit 373920b

Please sign in to comment.