diff --git a/package.json b/package.json index 4a4b7aa1..c0e6f4fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curvefi/api", - "version": "2.65.27", + "version": "2.65.28", "description": "JavaScript library for curve.fi", "main": "lib/index.js", "author": "Macket", diff --git a/src/constants/volumeNetworks.ts b/src/constants/volumeNetworks.ts index d4b4246b..8ca73a3e 100644 --- a/src/constants/volumeNetworks.ts +++ b/src/constants/volumeNetworks.ts @@ -7,7 +7,7 @@ export interface IVolumeNetworks { } export const volumeNetworks: IVolumeNetworks = { - getVolumes: [1,137,252,8453,42161], - getSubgraphData: [10,100,250,43114], + getVolumes: [1,10,100,137,250,252,8453,42161], + getSubgraphData: [43114], getFactoryAPYs: [56,196,324,1284,2222,5000,42220,1313161554], } \ No newline at end of file