edge-currency-accountbased 4.43.0 → 4.44.0
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 +11 -0
- package/android/src/main/assets/edge-currency-accountbased/{8530.chunk.js → 2692.chunk.js} +64 -34
- package/android/src/main/assets/edge-currency-accountbased/6845.chunk.js +6 -6
- package/android/src/main/assets/edge-currency-accountbased/axelar.chunk.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +5 -5
- package/android/src/main/assets/edge-currency-accountbased/ethereum.chunk.js +7 -7
- package/android/src/main/assets/edge-currency-accountbased/tron.chunk.js +1 -1
- package/lib/ethereum/EthereumEngine.js +18 -2
- package/lib/ethereum/EthereumNetwork.js +4 -0
- package/lib/ethereum/fees/ethMiningFees.js +7 -3
- package/lib/ethereum/info/zksyncInfo.js +2 -1
- package/lib/tron/TronEngine.js +0 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 4.44.0 (2025-04-02)
|
|
6
|
+
|
|
7
|
+
- added: (ZKSync) Add token detection contract
|
|
8
|
+
- changed: (EVM) Allow custom gas price to go below default minimum value if network base fee has dipped below the minimum value
|
|
9
|
+
|
|
10
|
+
## 4.43.1 (2025-04-02)
|
|
11
|
+
|
|
12
|
+
- changed: Upgrade chain-registry package.
|
|
13
|
+
|
|
5
14
|
## 4.43.0 (2025-04-01)
|
|
6
15
|
|
|
7
16
|
- added: Sonic Mainnet network support
|
|
17
|
+
- changed: (EVM) Allow minimum custom gas price to go below default if detected network gas price is lower
|
|
18
|
+
- fixed: (Tron) Fixed skipping first tx query for most tokens (leftover from testing)
|
|
8
19
|
|
|
9
20
|
## 4.42.3 (2025-03-28)
|
|
10
21
|
|