@exodus/solana-plugin 1.6.0 → 1.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/solana-plugin",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Exodus internal Solana asset plugin",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -22,7 +22,7 @@
22
22
  "@exodus/assets": "^9.0.1",
23
23
  "@exodus/bip44-constants": "^195.0.0",
24
24
  "@exodus/solana-api": "^3.0.0",
25
- "@exodus/solana-lib": "^2.2.0",
25
+ "@exodus/solana-lib": "^2.4.0",
26
26
  "@exodus/solana-meta": "^1.0.7",
27
27
  "minimalistic-assert": "^1.0.1",
28
28
  "ms": "^2.1.3"
@@ -30,5 +30,5 @@
30
30
  "devDependencies": {
31
31
  "@exodus/assets-testing": "^1.0.0"
32
32
  },
33
- "gitHead": "85fd61e1f2f77aff4c32b5684eb5f4845f06794a"
33
+ "gitHead": "02a052ff417b0c4d0379edf866b6a984ca6a4830"
34
34
  }
@@ -9,6 +9,7 @@ import {
9
9
  signUnsignedTx,
10
10
  signUnsignedTxWithSigner,
11
11
  signHardware,
12
+ signMessageNew,
12
13
  createFeeData,
13
14
  } from '@exodus/solana-lib'
14
15
  import ms from 'ms'
@@ -161,6 +162,7 @@ export const createSolanaAssetFactory =
161
162
  : signUnsignedTx(unsignedTx, privateKey),
162
163
  signUnsignedTx,
163
164
  signHardware,
165
+ signMessage: signMessageNew,
164
166
  staking: assetStakingApi,
165
167
  validateAssetId: isValidAddress,
166
168
  }