@exodus/ethereum-lib 5.14.1 → 5.15.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
+ ## [5.15.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-lib@5.14.1...@exodus/ethereum-lib@5.15.0) (2025-07-01)
7
+
8
+
9
+ ### Features
10
+
11
+
12
+ * feat: enable absolute balance for basemainnet (#5983)
13
+
14
+
15
+
6
16
  ## [5.14.1](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-lib@5.14.0...@exodus/ethereum-lib@5.14.1) (2025-06-30)
7
17
 
8
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-lib",
3
- "version": "5.14.1",
3
+ "version": "5.15.0",
4
4
  "description": "Ethereum utils, such as for cryptography, address encoding/decoding, transaction building, etc.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -50,5 +50,5 @@
50
50
  "type": "git",
51
51
  "url": "git+https://github.com/ExodusMovement/assets.git"
52
52
  },
53
- "gitHead": "648f0a53f06c4cdad30f0fdd7ec837ea46e2c31e"
53
+ "gitHead": "deefec69db65f1068179fd5f5984b51d37e648a5"
54
54
  }
@@ -137,7 +137,6 @@ export const isRpcBalanceAsset = (asset) =>
137
137
  [
138
138
  'ethereumarbone',
139
139
  'fantommainnet',
140
- 'basemainnet',
141
140
  'matic',
142
141
  'optimism',
143
142
  'ousd_ethereum_48fcf72d',