@exodus/ethereum-plugin 2.7.6 → 2.8.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 +21 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,26 @@
|
|
|
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.8.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.7.6...@exodus/ethereum-plugin@2.8.0) (2025-06-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
* feat: ethereum api use balances and nonces data (#5727)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
* fix: ethereum api cleaning up (#5832)
|
|
19
|
+
|
|
20
|
+
* fix: improve evm gas estimation when using arbitrary addresses (#5842)
|
|
21
|
+
|
|
22
|
+
* fix: prevent the isSendAll invariant from applying to smart contract to addresses (#5658)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
6
26
|
## [2.7.6](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.7.5...@exodus/ethereum-plugin@2.7.6) (2025-05-07)
|
|
7
27
|
|
|
8
28
|
**Note:** Version bump only for package @exodus/ethereum-plugin
|
|
@@ -55,7 +75,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
55
75
|
### Bug Fixes
|
|
56
76
|
|
|
57
77
|
|
|
58
|
-
* fix: use
|
|
78
|
+
* fix: use gasPriceMultiplier when setting up min/max/recommended (#4700)
|
|
59
79
|
|
|
60
80
|
|
|
61
81
|
### License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exodus/ethereum-plugin",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "Ethereum plugin for Exodus SDK powered wallets",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@exodus/currency": "^6.0.1",
|
|
24
|
-
"@exodus/ethereum-api": "^8.
|
|
25
|
-
"@exodus/ethereum-lib": "^5.
|
|
24
|
+
"@exodus/ethereum-api": "^8.36.0",
|
|
25
|
+
"@exodus/ethereum-lib": "^5.12.0",
|
|
26
26
|
"@exodus/ethereum-meta": "^2.0.0",
|
|
27
27
|
"@exodus/ethereumjs": "^1.0.0",
|
|
28
28
|
"@exodus/simple-retry": "^0.0.6",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"@exodus/assets": "^11.0.0",
|
|
34
34
|
"@exodus/assets-testing": "^1.0.0",
|
|
35
35
|
"@exodus/crypto": "^1.0.0-rc.13",
|
|
36
|
-
"@exodus/models": "^12.0
|
|
37
|
-
"@exodus/web3-ethereum-utils": "^4.
|
|
36
|
+
"@exodus/models": "^12.13.0",
|
|
37
|
+
"@exodus/web3-ethereum-utils": "^4.4.0",
|
|
38
38
|
"delay": "^4.0.1"
|
|
39
39
|
},
|
|
40
40
|
"bugs": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"type": "git",
|
|
46
46
|
"url": "git+https://github.com/ExodusMovement/assets.git"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "2172464a34a03cb2c2401f80db89d4609cb0528f"
|
|
49
49
|
}
|