Skip to content

Commit

Permalink
feat: updated compute units
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathbabu-moralis committed Jan 29, 2025
1 parent 792e6f1 commit 57dfb07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 42 deletions.
36 changes: 0 additions & 36 deletions docs/configs/api-reference/compute-units.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,48 +589,12 @@
"price": 100,
"rateLimitCost": 20
},
{
"endpoint": "getVolumeStatsByChain",
"path": "/volume/chains",
"price": 150,
"rateLimitCost": 20
},
{
"endpoint": "getVolumeStatsByCategory",
"path": "/volume/categories",
"price": 150,
"rateLimitCost": 20
},
{
"endpoint": "getTimeSeriesVolume",
"path": "/volume/timeseries",
"price": 150,
"rateLimitCost": 20
},
{
"endpoint": "getTimeSeriesVolumeByCategory",
"path": "/volume/timeseries/:categoryId",
"price": 150,
"rateLimitCost": 20
},
{
"endpoint": "getDateToBlock",
"path": "/block/date",
"price": 1,
"rateLimitCost": 10
},
{
"endpoint": "getTokenHolders",
"path": "/erc20/:tokenAddress/holders",
"price": 50,
"rateLimitCost": 20
},
{
"endpoint": "getHistoricalTokenHolders",
"path": "/erc20/:tokenAddress/holders/historical",
"price": 50,
"rateLimitCost": 20
},
{
"endpoint": "searchTokens",
"path": "/tokens/search",
Expand Down
12 changes: 6 additions & 6 deletions src/components/ComputeUnits/ComputeUnitsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ const fixedPath = {
getSnipersByPairAddress: "get-snipers-by-pair-address",
getPairStats: "get-token-pair-stats",
getFilteredTokens: "get-filtered-tokens",
getVolumeStatsByChain: "",
getVolumeStatsByCategory: "",
getTimeSeriesVolume: "",
getTimeSeriesVolumeByCategory: "",
getDateToBlock: "",
// getVolumeStatsByChain: "",
// getVolumeStatsByCategory: "",
// getTimeSeriesVolume: "",
// getTimeSeriesVolumeByCategory: "",
// getDateToBlock: "",
getTokenHolders: "get-token-owners",
getHistoricalTokenHolders: "",
// getHistoricalTokenHolders: "",
searchTokens: "search-tokens",
};

Expand Down

0 comments on commit 57dfb07

Please sign in to comment.