Skip to content

Commit

Permalink
Merge pull request #329 from MoralisWeb3/cu-update
Browse files Browse the repository at this point in the history
Update cu cost per token
  • Loading branch information
Nazeim authored Jan 8, 2024
2 parents 6cb3207 + 18eb944 commit e256d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configs/api-reference/compute-units.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
{
"endpoint": "getMultipleTokenPrices",
"path": "/erc20/prices",
"price": 10,
"price": "10 per token",
"rateLimitCost": 3
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/ComputeUnits/ComputeUnitsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const ComputeUnitsTable = ({ chain }): JSX.Element => {

if (endpoint === "getMultipleTokenPrices") {
additionalInfo =
"+5, if you add the query parameter include=perecent_change";
"+5 per token, if you add the query parameter include=percent_change";
}
return (
<tr key={`${endpoint}-${index}`}>
Expand Down

1 comment on commit e256d5b

@vercel
Copy link

@vercel vercel bot commented on e256d5b Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.