@exodus/solana-plugin 1.16.0 → 1.16.1

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
+ ## [1.16.1](https://github.com/ExodusMovement/assets/compare/@exodus/solana-plugin@1.16.0...@exodus/solana-plugin@1.16.1) (2024-12-04)
7
+
8
+ **Note:** Version bump only for package @exodus/solana-plugin
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.16.0](https://github.com/ExodusMovement/assets/compare/@exodus/solana-plugin@1.15.2...@exodus/solana-plugin@1.16.0) (2024-11-29)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/solana-plugin",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "Solana plugin for Exodus SDK powered wallets.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -40,5 +40,5 @@
40
40
  "type": "git",
41
41
  "url": "git+https://github.com/ExodusMovement/assets.git"
42
42
  },
43
- "gitHead": "a5ab26da60a57ffb982a7001843af9cf06f899f8"
43
+ "gitHead": "94b6b798534f6b0587f6940248ab612513bfc34f"
44
44
  }
@@ -163,6 +163,7 @@ export const createSolanaAssetFactory =
163
163
  .map(createToken),
164
164
  getUnstakingFee,
165
165
  hasFeature: (feature) => !!features[feature], // @deprecated use api.features instead
166
+ privateKeyEncodingDefinition: { encoding: 'base58', data: 'priv|pub' },
166
167
  sendTx,
167
168
  signTx: ({ unsignedTx, privateKey, signer }) =>
168
169
  signer