Skip to content

Commit

Permalink
chore: change volume methods for 10,100,250 networks
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovdg committed Jan 17, 2025
1 parent 7fd7154 commit 4c2e734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/volumeNetworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
}

0 comments on commit 4c2e734

Please sign in to comment.