diff --git a/package.json b/package.json index 73d29dfe..1c8dfb87 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.ts b/src/index.ts index 35f26e8e..d9128245 100644 --- a/src/index.ts +++ b/src/index.ts @@ -185,6 +185,7 @@ const curve = { hasDepositAndStake, hasRouter, getCurveLiteNetworks, + constants: _curve.constants, factory: { fetchPools: _curve.fetchFactoryPools, fetchNewPools: _curve.fetchNewFactoryPools,