@exodus/ethereum-api 8.44.0 → 8.45.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,16 @@
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
+ ## [8.45.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-api@8.44.0...@exodus/ethereum-api@8.45.0) (2025-08-04)
7
+
8
+
9
+ ### Features
10
+
11
+
12
+ * feat: demote batch of ETH tokens (#6159)
13
+
14
+
15
+
6
16
  ## [8.44.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-api@8.43.2...@exodus/ethereum-api@8.44.0) (2025-07-23)
7
17
 
8
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-api",
3
- "version": "8.44.0",
3
+ "version": "8.45.0",
4
4
  "description": "Transaction monitors, fee monitors, RPC with the blockchain node, and other networking code for Ethereum and EVM-based blockchains",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -23,13 +23,13 @@
23
23
  "dependencies": {
24
24
  "@exodus/asset": "^2.0.1",
25
25
  "@exodus/asset-lib": "^5.3.0",
26
- "@exodus/assets": "^11.2.0",
26
+ "@exodus/assets": "^11.4.0",
27
27
  "@exodus/basic-utils": "^3.0.1",
28
28
  "@exodus/bip44-constants": "^195.0.0",
29
29
  "@exodus/crypto": "^1.0.0-rc.13",
30
30
  "@exodus/currency": "^6.0.1",
31
- "@exodus/ethereum-lib": "^5.16.0",
32
- "@exodus/ethereum-meta": "^2.5.0",
31
+ "@exodus/ethereum-lib": "^5.17.0",
32
+ "@exodus/ethereum-meta": "^2.9.0",
33
33
  "@exodus/ethereumholesky-meta": "^2.0.2",
34
34
  "@exodus/ethereumjs": "^1.0.0",
35
35
  "@exodus/fetch": "^1.3.0",
@@ -63,5 +63,5 @@
63
63
  "type": "git",
64
64
  "url": "git+https://github.com/ExodusMovement/assets.git"
65
65
  },
66
- "gitHead": "4ffcfcf64edf5174a8b345260f2dad193ed51b20"
66
+ "gitHead": "177b7c95d9818222fa9887f7b5698e363e122e31"
67
67
  }
@@ -2,11 +2,11 @@
2
2
  // before setting a non-zero allowance
3
3
  export const ZERO_ALLOWANCE_ASSETS = [
4
4
  'tetherusd',
5
- 'bancor',
6
- 'status',
5
+ 'bnt_ethereum_20e5a6cf',
6
+ 'snt_ethereum_181cbd8b',
7
7
  'decentraland',
8
- 'dent',
9
- 'lidodao',
8
+ 'dent_ethereum_6cf2defc',
9
+ 'ldo_ethereum_6d05833f',
10
10
  'enjincoin',
11
11
  ]
12
12