edge-currency-accountbased 4.20.0 → 4.22.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/6845.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/7190.chunk.js +1 -1
- 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/fio.chunk.js +2 -2
- package/lib/ethereum/EthereumEngine.js +6 -6
- package/lib/ethereum/info/amoyInfo.js +5 -5
- package/lib/ethereum/info/arbitrumInfo.js +3 -2
- package/lib/ethereum/info/ethereumInfo.js +10 -2
- package/lib/ethereum/info/polygonInfo.js +5 -5
- package/lib/fio/FioEngine.js +138 -119
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 4.22.0 (2024-08-30)
|
|
6
|
+
|
|
7
|
+
- added: Public FIO fetch fns to return non-cached addresses and domains
|
|
8
|
+
|
|
9
|
+
## 4.21.0 (2024-08-29)
|
|
10
|
+
|
|
11
|
+
- added: POL token on Ethereum.
|
|
12
|
+
- changed: Rename MATIC to POL on the Polygon chain.
|
|
13
|
+
- fixed: Display name COMBO (Ethereum) to Furucombo
|
|
14
|
+
- fixed: Calculate Arbitrum fees more correctly.
|
|
15
|
+
|
|
5
16
|
## 4.20.0 (2024-08-19)
|
|
6
17
|
|
|
7
18
|
- added: (Solana) Add new tokens: BSOL, DRIFT, HAWK, JITOSOL, JSOL, JTO, JUP, MIMO, MNGO, MSOL, SOL, USDC.e, WBTC, and WETH
|