edge-currency-accountbased 4.36.3 → 4.37.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 +5 -0
- package/android/src/main/assets/edge-currency-accountbased/6845.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +6 -6
- package/android/src/main/assets/edge-currency-accountbased/ethereum.chunk.js +1 -1
- package/lib/ethereum/ethereumInfos.js +3 -1
- package/lib/ethereum/info/abstractInfo.js +114 -0
- package/lib/ethereum/info/ethereumInfo.js +9 -1
- package/lib/ethereum/info/zksyncInfo.js +2 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 4.37.0 (2025-02-17)
|
|
6
|
+
|
|
7
|
+
- added: Added `abstract` EVM-based plugin
|
|
8
|
+
- fixed: (ETH) Added new USDS token contract and renamed "classic" to USDSC.
|
|
9
|
+
|
|
5
10
|
## 4.36.3 (2025-02-17)
|
|
6
11
|
|
|
7
12
|
- changed: If broadcasting fails, return an error with a better summary.
|