Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Apr 12, 2024
1 parent 0667749 commit 7a9b594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/merchant-moe-liquidity-book/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CHAIN } from "../../helpers/chains";
import { httpGet } from "../../utils/fetchURL";

const endpointsV2 = {
[CHAIN.MANTLE]: "https://barn.merchantmoe.com/v1/lb/dex/analytics/mantle?startTime=1712844491&aggregateBy=daily"
[CHAIN.MANTLE]: "https://barn.merchantmoe.com/v1/lb/dex/analytics/mantle?startTime=1711929600&aggregateBy=daily"
}

interface IData {
Expand Down

0 comments on commit 7a9b594

Please sign in to comment.