Skip to content

Commit

Permalink
Merge pull request #332 from curvefi/fix/fixed-getUsdRate-x-layer
Browse files Browse the repository at this point in the history
fix: fixed getUsdRate on x-layer
  • Loading branch information
fedorovdg authored May 8, 2024
2 parents ff21286 + c510ca6 commit 7b40d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curvefi/api",
"version": "2.58.3",
"version": "2.58.4",
"description": "JavaScript library for curve.fi",
"main": "lib/index.js",
"author": "Macket",
Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export const _getUsdRate = async (assetId: string): Promise<number> => {
56: 'binancecoin',
100: 'xdai',
137: 'matic-network',
196: 'x-layer',
196: 'okb',
250: 'fantom',
252: 'frax-ether',
324: 'ethereum',
Expand Down

0 comments on commit 7b40d7e

Please sign in to comment.