From 2331e84a3f61804b22acfc9cbcb7a3d7378cc1b0 Mon Sep 17 00:00:00 2001 From: 0xgnek <0xgnek@gmail.com> Date: Thu, 25 Apr 2024 13:21:01 +0000 Subject: [PATCH] fix starttime --- dexs/hercules-v3/index.ts | 2 +- dexs/hercules/index.ts | 2 +- fees/hercules-v2.ts | 3 +-- fees/hercules-v3.ts | 3 +-- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dexs/hercules-v3/index.ts b/dexs/hercules-v3/index.ts index 793121bdf0..38b6c984d7 100644 --- a/dexs/hercules-v3/index.ts +++ b/dexs/hercules-v3/index.ts @@ -11,5 +11,5 @@ const adapters = univ2Adapter({ totalVolume: "totalVolumeUSD", }); -adapters.adapter.metis.start = 1696331700; +adapters.adapter.metis.start = 1698983690; export default adapters; diff --git a/dexs/hercules/index.ts b/dexs/hercules/index.ts index 5bd3a0a750..79f0cd8e70 100644 --- a/dexs/hercules/index.ts +++ b/dexs/hercules/index.ts @@ -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; diff --git a/fees/hercules-v2.ts b/fees/hercules-v2.ts index c6e4f20b22..656fbb3aef 100644 --- a/fees/hercules-v2.ts +++ b/fees/hercules-v2.ts @@ -39,7 +39,7 @@ const fetch: FetchV2 = async (options) => { }; }; -const adapter = { fetch, start: 1685232000, } +const adapter = { fetch, start: 1710115200, } export default { @@ -48,4 +48,3 @@ export default { }, version: 2, }; - diff --git a/fees/hercules-v3.ts b/fees/hercules-v3.ts index 197ea604a8..d63af58a92 100644 --- a/fees/hercules-v3.ts +++ b/fees/hercules-v3.ts @@ -38,7 +38,7 @@ const fetch: FetchV2 = async (options) => { }; }; -const adapter = { fetch, start: 1696331700, } +const adapter = { fetch, start: 1698983690, } export default { @@ -47,4 +47,3 @@ export default { }, version: 2, }; -