Skip to content

Commit

Permalink
Merge pull request #2452 from amped-finance/master
Browse files Browse the repository at this point in the history
correct references to Base for Amped
  • Loading branch information
dtmkeng authored Feb 22, 2025
2 parents 27e99a1 + 96acd01 commit b42ddf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dexs/amped/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const startTimestamps: { [chain: string]: number } = {
[CHAIN.SONIC]: 1735685544,
// [CHAIN.BSC]: 1727740344,
[CHAIN.BERACHAIN]: 1738882079,
[CHAIN.SONIC]: 1735685544,
[CHAIN.BASE]: 1740056400,


};
Expand Down
2 changes: 1 addition & 1 deletion fees/amped/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
},
Expand Down

0 comments on commit b42ddf8

Please sign in to comment.