edge-currency-accountbased 2.13.1 → 2.15.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 +12 -0
- package/android/src/main/assets/edge-currency-accountbased/5336.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/ethereum.chunk.js +5 -5
- package/android/src/main/assets/edge-currency-accountbased/filecoin.chunk.js +1 -1
- package/lib/ethereum/EthereumNetwork.js +20 -21
- package/lib/ethereum/info/avalancheInfo.js +8 -3
- package/lib/ethereum/info/fantomInfo.js +1 -0
- package/lib/ethereum/info/filecoinFevmCalibrationInfo.js +30 -10
- package/lib/ethereum/info/filecoinFevmInfo.js +22 -2
- package/lib/ethereum/info/polygonInfo.js +1 -0
- package/lib/ethereum/networkAdapters/AmberdataAdapter.js +1 -4
- package/lib/ethereum/networkAdapters/BlockbookAdapter.js +1 -4
- package/lib/ethereum/networkAdapters/BlockchairAdapter.js +1 -4
- package/lib/ethereum/networkAdapters/BlockcypherAdapter.js +1 -4
- package/lib/ethereum/networkAdapters/EvmScanAdapter.js +1 -4
- package/lib/ethereum/networkAdapters/FilfoxAdapter.js +1 -4
- package/lib/ethereum/networkAdapters/RpcAdapter.js +10 -15
- package/lib/ethereum/networkAdapters/types.js +20 -7
- package/lib/filecoin/FilecoinTools.js +5 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.15.0 (2023-11-30)
|
|
6
|
+
|
|
7
|
+
- added: EVM memo options for FEVM currencies
|
|
8
|
+
- added: WFIL and iFIL tokens to FEVM currencies
|
|
9
|
+
- fixed: Token balance query in RpcAdapter had missing 'pending' parameter
|
|
10
|
+
- fixed: Filecoin f4 address parsing
|
|
11
|
+
|
|
12
|
+
## 2.14.0 (2023-11-24)
|
|
13
|
+
|
|
14
|
+
- added: Add Pokt RPCs as option for Fantom and Polygon
|
|
15
|
+
- added: Avascan replaces snowtrace as an evmScan server and explorer for Avalanche
|
|
16
|
+
|
|
5
17
|
## 2.13.1 (2023-11-21)
|
|
6
18
|
|
|
7
19
|
- fixed: Incorrect deposit alias for Thorchain RUNE
|