edge-currency-accountbased 3.2.6 → 3.2.8
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 +8 -0
- package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/ethereum.chunk.js +6 -6
- package/android/src/main/assets/edge-currency-accountbased/filecoin.chunk.js +1 -1
- package/lib/ethereum/EthereumEngine.js +70 -21
- package/lib/ethereum/ethereumTypes.js +0 -6
- package/lib/ethereum/fees/ethMiningFees.js +20 -14
- package/lib/ethereum/info/baseInfo.js +1 -10
- package/lib/ethereum/info/optimismInfo.js +1 -10
- package/lib/ethereum/networkAdapters/EvmScanAdapter.js +1 -1
- package/lib/filecoin/FilecoinEngine.js +4 -1
- package/lib/filecoin/filecoinTypes.js +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 3.2.8 (2024-03-22)
|
|
6
|
+
|
|
7
|
+
- fixed: Added initOptions to FilecoinEngine for GLIF API key to fix sync issues
|
|
8
|
+
|
|
9
|
+
## 3.2.7 (2024-03-21)
|
|
10
|
+
|
|
11
|
+
- changed: Use EIP-4844 fee calculation for Optimism and Base
|
|
12
|
+
|
|
5
13
|
## 3.2.6 (2024-03-20)
|
|
6
14
|
|
|
7
15
|
- changed: Update subscan transfers endpoint url
|