Skip to content

Commit

Permalink
Merge pull request #1771 from MonkeyD1uffy/patch-2
Browse files Browse the repository at this point in the history
Update lifinity.ts
  • Loading branch information
dtmkeng committed Aug 14, 2024
2 parents 70282ab + ae35c06 commit e9331eb
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 e9331eb

Please sign in to comment.