diff --git a/dexs/amped/index.ts b/dexs/amped/index.ts index 6a9c59d2d6..afeb05ddfa 100644 --- a/dexs/amped/index.ts +++ b/dexs/amped/index.ts @@ -85,7 +85,7 @@ const startTimestamps: { [chain: string]: number } = { [CHAIN.SONIC]: 1735685544, // [CHAIN.BSC]: 1727740344, [CHAIN.BERACHAIN]: 1738882079, - [CHAIN.SONIC]: 1735685544, + [CHAIN.BASE]: 1740056400, }; diff --git a/fees/amped/index.ts b/fees/amped/index.ts index f7621a88dd..f554e2e00a 100644 --- a/fees/amped/index.ts +++ b/fees/amped/index.ts @@ -101,7 +101,7 @@ const adapter: Adapter = { }, [CHAIN.BASE]: { fetch: getFetch(endpoints[CHAIN.BASE]), - start: 1740112854, + start: 1740056400, meta: { methodology: "Fees collected from trading, liquidation, and margin activities. All fees go to liquidity providers.", },