Skip to content

Commit

Permalink
update api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
literallymarvellous committed Sep 15, 2024
1 parent f79ad73 commit 8cfba16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fees/pear-protocol/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CHAIN } from "../../helpers/chains";
import { httpGet } from "../../utils/fetchURL";

const fetch = async (timestamp: number) => {
const url = "https://www.api.pearprotocol.io/v1/isolated/metric";
const url = "https://www.api.pearprotocol.io/v1/metric";
const response = await httpGet(url);
const totalFees = response.totalFees;
const dailyFees = response.dailyFees;
Expand Down

0 comments on commit 8cfba16

Please sign in to comment.