Skip to content

Commit

Permalink
update dex endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
literallymarvellous committed Sep 15, 2024
1 parent 8cfba16 commit 462ec5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/pear-protocol/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const fetch = async (
chainBlocks: any,
options: FetchOptions
) => {
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 totalVolume = response.totalVolume;
Expand Down

0 comments on commit 462ec5c

Please sign in to comment.