Skip to content

Commit

Permalink
Update lifinity.ts
Browse files Browse the repository at this point in the history
Update API URL
  • Loading branch information
MonkeyD1uffy committed Aug 14, 2024
1 parent 70282ab commit ae35c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fees/lifinity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CHAIN } from "../helpers/chains";
import { getUniqStartOfTodayTimestamp } from "../helpers/getUniSubgraphVolume";
import fetchURL from "../utils/fetchURL";

const historicalVolumeEndpoint = "https://lifinity.io/api/dashboard/volume"
const historicalVolumeEndpoint = "https://api.lifinity.io/api/dashboard/volume"

interface IVolumeall {
fees: number;
Expand Down

0 comments on commit ae35c06

Please sign in to comment.