@exodus/basemainnet-plugin 2.10.0 → 2.10.2

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 +22 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.10.2](https://github.com/ExodusMovement/assets/compare/@exodus/basemainnet-plugin@2.10.1...@exodus/basemainnet-plugin@2.10.2) (2026-06-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+
12
+ * fix(ethereum-api): eliminate send-all dust on HYPE and other forceGasLimitEstimation networks (#7747)
13
+
14
+
15
+
16
+ ## [2.10.1](https://github.com/ExodusMovement/assets/compare/@exodus/basemainnet-plugin@2.10.0...@exodus/basemainnet-plugin@2.10.1) (2026-05-27)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+
22
+ * fix(ethereum-api): preserve raw value when bumping a self-send (#8113)
23
+
24
+ * fix: stale truncated balances after new transaction (#7897)
25
+
26
+
27
+
6
28
  ## [2.10.0](https://github.com/ExodusMovement/assets/compare/@exodus/basemainnet-plugin@2.9.0...@exodus/basemainnet-plugin@2.10.0) (2026-04-30)
7
29
 
8
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/basemainnet-plugin",
3
- "version": "2.10.0",
3
+ "version": "2.10.2",
4
4
  "description": "Base Mainnet plugin for Exodus SDK powered wallets",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -22,12 +22,12 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@exodus/basemainnet-meta": "^2.0.3",
25
- "@exodus/ethereum-api": "^8.72.0"
25
+ "@exodus/ethereum-api": "^8.76.4"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@exodus/assets-testing": "^1.0.0",
29
- "@exodus/ethereum-lib": "^5.24.0",
30
- "@exodus/evm-fork-testing": "^0.6.0"
29
+ "@exodus/ethereum-lib": "^5.24.2",
30
+ "@exodus/evm-fork-testing": "^0.7.1"
31
31
  },
32
32
  "bugs": {
33
33
  "url": "https://github.com/ExodusMovement/assets/issues?q=is%3Aissue+is%3Aopen+label%3Abasemainnet-plugin"
@@ -37,5 +37,5 @@
37
37
  "type": "git",
38
38
  "url": "git+https://github.com/ExodusMovement/assets.git"
39
39
  },
40
- "gitHead": "87bf2c314792d465c10789267316e74d7a19301a"
40
+ "gitHead": "f0c007138096bf627e21fc9e757637394fe2a5b0"
41
41
  }