genius-intents 0.26.1-develop.1 → 0.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## [0.26.1] - 2025-12-04 (Beta)
2
+
3
+ 🧪 **This is a beta release for testing purposes.**
4
+
5
+ ### [0.26.1](https://github.com/Genius-Foundation/genius-intents/compare/v0.26.0...v0.26.1) (2025-12-04)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * add 120K gas units to erc20 gas limit for direct pools ([#199](https://github.com/Genius-Foundation/genius-intents/issues/199)) ([07d16eb](https://github.com/Genius-Foundation/genius-intents/commit/07d16eba90e56261d6edaa7744b7086e998fe5f8))
11
+
12
+
13
+ ### Documentation
14
+
15
+ * update CHANGELOG.md for v0.26.1-develop.1 (beta) ([2510445](https://github.com/Genius-Foundation/genius-intents/commit/2510445f02652d0d30fee0f23d1bfce61fdf27fd))
16
+
17
+
18
+
19
+ ⚠️ **Beta Release Notes:**
20
+ - This version is intended for testing and development
21
+ - May contain experimental features
22
+ - Not recommended for production use
23
+ - Feedback and bug reports are welcome
24
+
25
+ ---
26
+
27
+
1
28
  ## [0.26.1-develop.1] - 2025-12-03 (Beta)
2
29
 
3
30
  🧪 **This is a beta release for testing purposes.**
@@ -95,7 +95,7 @@ class EvmDirectPoolService {
95
95
  ]);
96
96
  this._erc20SwapGaslimits = new Map([
97
97
  [enums_1.ChainIdEnum.ETHEREUM, BigInt(691727)],
98
- [enums_1.ChainIdEnum.BSC, BigInt(729876)],
98
+ [enums_1.ChainIdEnum.BSC, BigInt(850000)],
99
99
  [enums_1.ChainIdEnum.ARBITRUM, BigInt(1563420)],
100
100
  [enums_1.ChainIdEnum.AVALANCHE, BigInt(1350221)],
101
101
  [enums_1.ChainIdEnum.OPTIMISM, BigInt(1096668)],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genius-intents",
3
- "version": "0.26.1-develop.1",
3
+ "version": "0.26.1",
4
4
  "description": "A unified SDK for interacting with intents-based protocols across multiple blockchains including Solana, Ethereum, and Sui",
5
5
  "license": "GNU",
6
6
  "author": "Samuel Videau <samuel@videau.io>, AltLoot <@altloot>, Satyam Kumar <skdbsp123@gmail.com>",