Skip to content

Commit

Permalink
Merge pull request #407 from curvefi/fix/curve-lite-constants
Browse files Browse the repository at this point in the history
fix: fixed curve constants
  • Loading branch information
fedorovdg authored Nov 12, 2024
2 parents a3d8433 + a2bae29 commit 1f1b350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.65.0",
"version": "2.65.1",
"description": "JavaScript library for curve.fi",
"main": "lib/index.js",
"author": "Macket",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ const curve = {
hasDepositAndStake,
hasRouter,
getCurveLiteNetworks,
constants: _curve.constants,
factory: {
fetchPools: _curve.fetchFactoryPools,
fetchNewPools: _curve.fetchNewFactoryPools,
Expand Down

0 comments on commit 1f1b350

Please sign in to comment.