From 8a78c255ca53085780e48e9f76a06e7edbf47889 Mon Sep 17 00:00:00 2001
From: fedorovdg <fedorovdgap@gmail.com>
Date: Tue, 12 Nov 2024 15:01:03 +0400
Subject: [PATCH 1/2] fix: fixed curve constants

---
 src/index.ts | 1 +
 1 file changed, 1 insertion(+)

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,

From a2bae293127120e6807129978052c9f4e8e7b2fc Mon Sep 17 00:00:00 2001
From: fedorovdg <fedorovdgap@gmail.com>
Date: Tue, 12 Nov 2024 15:01:56 +0400
Subject: [PATCH 2/2] build: v2.65.1

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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",