@exodus/ethereum-plugin 2.12.1 → 2.14.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 CHANGED
@@ -3,6 +3,34 @@
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.14.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.13.0...@exodus/ethereum-plugin@2.14.0) (2025-08-04)
7
+
8
+
9
+ ### Features
10
+
11
+
12
+ * feat: demote batch of ETH tokens (#6159)
13
+
14
+
15
+
16
+ ## [2.13.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.12.1...@exodus/ethereum-plugin@2.13.0) (2025-08-01)
17
+
18
+
19
+ ### Features
20
+
21
+
22
+ * feat: tx send split, tx-create (#5854)
23
+
24
+ * feat: use hydra modules in memory-wallet testing (#6157)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+
30
+ * fix: include assetName in txMeta (#6113)
31
+
32
+
33
+
6
34
  ## [2.12.1](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.12.0...@exodus/ethereum-plugin@2.12.1) (2025-07-11)
7
35
 
8
36
  **Note:** Version bump only for package @exodus/ethereum-plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-plugin",
3
- "version": "2.12.1",
3
+ "version": "2.14.0",
4
4
  "description": "Ethereum plugin for Exodus SDK powered wallets",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -21,21 +21,21 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@exodus/currency": "^6.0.1",
24
- "@exodus/ethereum-api": "^8.42.1",
25
- "@exodus/ethereum-lib": "^5.15.1",
26
- "@exodus/ethereum-meta": "^2.0.0",
24
+ "@exodus/ethereum-api": "^8.45.0",
25
+ "@exodus/ethereum-lib": "^5.17.0",
26
+ "@exodus/ethereum-meta": "^2.9.0",
27
27
  "@exodus/ethereumjs": "^1.0.0",
28
28
  "@exodus/simple-retry": "^0.0.6",
29
29
  "bn.js": "^5.2.1",
30
30
  "minimalistic-assert": "^1.0.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@exodus/assets": "^11.0.0",
33
+ "@exodus/assets": "^11.4.0",
34
34
  "@exodus/assets-testing": "^1.0.0",
35
35
  "@exodus/crypto": "^1.0.0-rc.13",
36
36
  "@exodus/evm-fork-testing": "^0.0.1",
37
37
  "@exodus/models": "^12.13.0",
38
- "@exodus/web3-ethereum-utils": "^4.4.0",
38
+ "@exodus/web3-ethereum-utils": "^4.5.0",
39
39
  "delay": "^4.0.1"
40
40
  },
41
41
  "bugs": {
@@ -46,5 +46,5 @@
46
46
  "type": "git",
47
47
  "url": "git+https://github.com/ExodusMovement/assets.git"
48
48
  },
49
- "gitHead": "439848922f4e7a525c4e2373c99daefd89da402b"
49
+ "gitHead": "177b7c95d9818222fa9887f7b5698e363e122e31"
50
50
  }
package/src/index.js CHANGED
@@ -23,13 +23,13 @@ const createAsset = createAssetFactory({
23
23
  tetherusd: { fixedGasLimit: 70_000 },
24
24
  usdcoin: { fixedGasLimit: 70_000 },
25
25
  snx: { fixedGasLimit: 220_000 },
26
- geminidollar: { fixedGasLimit: 75_000 },
26
+ gusd_ethereum_1ea2a0d4: { fixedGasLimit: 75_000 },
27
27
  aave: { fixedGasLimit: 250_000 },
28
28
  },
29
29
  },
30
30
  rpcBalanceAssetNames: [
31
31
  'ousd_ethereum_48fcf72d',
32
- 'steth',
32
+ 'steth_ethereum_ef1101bb',
33
33
  'weth',
34
34
  'ampl_ethereum_48428467',
35
35
  'feg_ethereum_ef42acf0',