edge-currency-accountbased 4.17.0 → 4.18.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 +13 -0
- package/android/src/main/assets/edge-currency-accountbased/6845.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/9228.chunk.js +146 -0
- package/android/src/main/assets/edge-currency-accountbased/axelar.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 +1 -1
- package/lib/cosmos/CosmosEngine.js +90 -47
- package/lib/cosmos/CosmosTools.js +3 -2
- package/lib/cosmos/cosmosTypes.js +21 -7
- package/lib/cosmos/info/axelarInfo.js +13 -5
- package/lib/cosmos/info/coreumInfo.js +13 -5
- package/lib/cosmos/info/cosmoshubInfo.js +2 -1
- package/lib/cosmos/info/osmosisInfo.js +13 -5
- package/lib/cosmos/info/thorchainruneInfo.js +24 -5
- package/lib/ethereum/EthereumEngine.js +17 -1
- package/lib/ethereum/ethereumTypes.js +4 -1
- package/lib/ethereum/info/ethereumInfo.js +2 -2
- package/lib/ethereum/info/zksyncInfo.js +9 -1
- package/package.json +2 -2
- package/android/src/main/assets/edge-currency-accountbased/3829.chunk.js +0 -112
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# edge-currency-accountbased
|
|
2
2
|
|
|
3
|
+
## Unreleased
|
|
4
|
+
|
|
5
|
+
## 4.18.0 (2024-08-09)
|
|
6
|
+
|
|
7
|
+
- added: (zkSync) Add USDC
|
|
8
|
+
- added: (Cosmos) Add chain ID updater
|
|
9
|
+
- added: (Cosmos) Support multiple archive nodes
|
|
10
|
+
- fixed: (zkSync) Fix USDC.e currency code
|
|
11
|
+
|
|
12
|
+
## 4.17.1 (2024-07-30)
|
|
13
|
+
|
|
14
|
+
- fixed: (ETH) Fix incorrect protocol in blockbook-ws connection URLs
|
|
15
|
+
|
|
3
16
|
## 4.17.0 (2024-07-30)
|
|
4
17
|
|
|
5
18
|
- added: signBytes() method for EthereumEngine
|