@exodus/ethereum-api 8.22.1 → 8.22.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.22.2](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-api@8.22.1...@exodus/ethereum-api@8.22.2) (2024-12-04)
7
+
8
+ **Note:** Version bump only for package @exodus/ethereum-api
9
+
10
+
11
+
12
+
13
+
6
14
  ## [8.22.1](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-api@8.22.0...@exodus/ethereum-api@8.22.1) (2024-12-03)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-api",
3
- "version": "8.22.1",
3
+ "version": "8.22.2",
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",
@@ -64,5 +64,5 @@
64
64
  "type": "git",
65
65
  "url": "git+https://github.com/ExodusMovement/assets.git"
66
66
  },
67
- "gitHead": "3388dd56aaa85965b27bc8a13e92f098a43cba58"
67
+ "gitHead": "94b6b798534f6b0587f6940248ab612513bfc34f"
68
68
  }
@@ -263,6 +263,7 @@ export const createAssetFactory = ({
263
263
  getSupportedPurposes: () => [44],
264
264
  getTokens,
265
265
  hasFeature: (feature) => !!features[feature], // @deprecated use api.features instead
266
+ privateKeyEncodingDefinition: { encoding: 'hex', prefix: '0x' },
266
267
  sendTx,
267
268
  signTx: ({ unsignedTx, privateKey, signer }) =>
268
269
  signer