diff --git a/dexs/pear-protocol/index.ts b/dexs/pear-protocol/index.ts index f1543b6367..1defa6d3b4 100644 --- a/dexs/pear-protocol/index.ts +++ b/dexs/pear-protocol/index.ts @@ -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;