genius-intents 0.24.1-develop.1 → 0.24.1-develop.2

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,25 @@
1
+ ## [0.24.1-develop.2] - 2025-11-21 (Beta)
2
+
3
+ 🧪 **This is a beta release for testing purposes.**
4
+
5
+ ### [0.24.1-develop.2](https://github.com/Genius-Foundation/genius-intents/compare/v0.24.0...v0.24.1-develop.2) (2025-11-21)
6
+
7
+
8
+ ### Documentation
9
+
10
+ * update CHANGELOG.md for v0.24.1-develop.1 (beta) ([b6910aa](https://github.com/Genius-Foundation/genius-intents/commit/b6910aa2708af37cfb29e1bd4087630e1dad75b5))
11
+
12
+
13
+
14
+ ⚠️ **Beta Release Notes:**
15
+ - This version is intended for testing and development
16
+ - May contain experimental features
17
+ - Not recommended for production use
18
+ - Feedback and bug reports are welcome
19
+
20
+ ---
21
+
22
+
1
23
  ## [0.24.1-develop.1] - 2025-11-21 (Beta)
2
24
 
3
25
  🧪 **This is a beta release for testing purposes.**
@@ -66,7 +66,7 @@ class EvmDirectPoolService {
66
66
  [enums_1.ChainIdEnum.POLYGON, BigInt(1063723)],
67
67
  [enums_1.ChainIdEnum.SONIC, BigInt(1739615)],
68
68
  [enums_1.ChainIdEnum.BASE, BigInt(2137996)],
69
- [enums_1.ChainIdEnum.HYPEREVM, BigInt(1900000)],
69
+ [enums_1.ChainIdEnum.HYPEREVM, BigInt(1200000)],
70
70
  ]);
71
71
  this._erc20SwapGaslimits = new Map([
72
72
  [enums_1.ChainIdEnum.ETHEREUM, BigInt(691727)],
@@ -77,7 +77,7 @@ class EvmDirectPoolService {
77
77
  [enums_1.ChainIdEnum.POLYGON, BigInt(653560)],
78
78
  [enums_1.ChainIdEnum.SONIC, BigInt(2441104)],
79
79
  [enums_1.ChainIdEnum.BASE, BigInt(1144333)],
80
- [enums_1.ChainIdEnum.HYPEREVM, BigInt(1900000)],
80
+ [enums_1.ChainIdEnum.HYPEREVM, BigInt(1200000)],
81
81
  ]);
82
82
  if (config?.debug) {
83
83
  logger_1.LoggerFactory.configure(logger_1.LoggerFactory.createConsoleLogger({ level: logger_1.LogLevelEnum.DEBUG }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genius-intents",
3
- "version": "0.24.1-develop.1",
3
+ "version": "0.24.1-develop.2",
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>",