@exodus/ethereum-plugin 2.25.0 → 2.26.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -6
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,25 +3,27 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [2.25.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.23.1...@exodus/ethereum-plugin@2.25.0) (2026-03-04)
6
+ ## [2.26.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.24.0...@exodus/ethereum-plugin@2.26.0) (2026-03-09)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
11
 
12
- * feat: add USDT blacklist status APIs for ETH and TRX and expose TRX raw account (#7444)
12
+ * feat: add assets-gateway enable for clarity-v2, enable bsc (#7480)
13
13
 
14
14
 
15
- ### Bug Fixes
16
15
 
16
+ ## [2.25.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.24.0...@exodus/ethereum-plugin@2.25.0) (2026-03-04)
17
17
 
18
- * fix: avoid race conditions resulting in a `tipGasPrice` of `0` where possible (#7458)
19
18
 
20
- * fix: harden EthlikeError and improve error handling in tx-send (#7308)
19
+ ### Features
20
+
21
+
22
+ * feat: add USDT blacklist status APIs for ETH and TRX and expose TRX raw account (#7444)
21
23
 
22
24
 
23
25
 
24
- ## [2.24.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.23.1...@exodus/ethereum-plugin@2.24.0) (2026-03-03)
26
+ ## [2.24.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.23.3...@exodus/ethereum-plugin@2.24.0) (2026-03-03)
25
27
 
26
28
 
27
29
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-plugin",
3
- "version": "2.25.0",
3
+ "version": "2.26.0",
4
4
  "description": "Ethereum plugin for Exodus SDK powered wallets",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -24,7 +24,7 @@
24
24
  "@exodus/asset-lib": "^5.8.0",
25
25
  "@exodus/basic-utils": "^3.0.1",
26
26
  "@exodus/currency": "^6.0.1",
27
- "@exodus/ethereum-api": "^8.66.0",
27
+ "@exodus/ethereum-api": "^8.68.0",
28
28
  "@exodus/ethereum-lib": "^5.21.0",
29
29
  "@exodus/ethereum-meta": "^2.9.0",
30
30
  "@exodus/ethereumjs": "^1.0.0",
@@ -37,7 +37,7 @@
37
37
  "@exodus/assets": "^11.4.0",
38
38
  "@exodus/assets-testing": "^1.0.0",
39
39
  "@exodus/crypto": "^1.0.0-rc.13",
40
- "@exodus/evm-fork-testing": "^0.4.0",
40
+ "@exodus/evm-fork-testing": "^0.5.0",
41
41
  "@exodus/models": "^12.13.0",
42
42
  "@exodus/web3-ethereum-utils": "^4.7.2",
43
43
  "delay": "^4.0.1",
@@ -51,5 +51,5 @@
51
51
  "type": "git",
52
52
  "url": "git+https://github.com/ExodusMovement/assets.git"
53
53
  },
54
- "gitHead": "c715aabef7146610ab562c184a971c675f6d088f"
54
+ "gitHead": "7da7b29b3177ad6155d5018c297e795cd4d3bda8"
55
55
  }