Skip to content

Commit

Permalink
fix starttime
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Apr 25, 2024
1 parent f8562ca commit 2331e84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dexs/hercules-v3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ const adapters = univ2Adapter({
totalVolume: "totalVolumeUSD",
});

adapters.adapter.metis.start = 1696331700;
adapters.adapter.metis.start = 1698983690;
export default adapters;
2 changes: 1 addition & 1 deletion dexs/hercules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ const adapters = univ2Adapter({
[CHAIN.METIS]: "https://metisapi.0xgraph.xyz/subgraphs/name/amm-subgraph-andromeda/"
}, {});

adapters.adapter.metis.start = 1698103260;
adapters.adapter.metis.start = 1710115200;
export default adapters;
3 changes: 1 addition & 2 deletions fees/hercules-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const fetch: FetchV2 = async (options) => {
};
};

const adapter = { fetch, start: 1685232000, }
const adapter = { fetch, start: 1710115200, }


export default {
Expand All @@ -48,4 +48,3 @@ export default {
},
version: 2,
};

3 changes: 1 addition & 2 deletions fees/hercules-v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const fetch: FetchV2 = async (options) => {
};
};

const adapter = { fetch, start: 1696331700, }
const adapter = { fetch, start: 1698983690, }


export default {
Expand All @@ -47,4 +47,3 @@ export default {
},
version: 2,
};

0 comments on commit 2331e84

Please sign in to comment.