@exodus/solana-plugin 1.4.0 → 1.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/solana-plugin",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Exodus internal Solana asset plugin",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -30,5 +30,5 @@
30
30
  "devDependencies": {
31
31
  "@exodus/assets-testing": "^1.0.0"
32
32
  },
33
- "gitHead": "6a06eae41e68f914503a0df3762e1e80301774ee"
33
+ "gitHead": "1f3fe83758a40ee4810d784dd3e34fe750da53c9"
34
34
  }
@@ -61,7 +61,7 @@ export const createSolanaAssetFactory =
61
61
  validate: isValidAddress,
62
62
  }
63
63
 
64
- const bip44 = bip44Constants[base.ticker]
64
+ const bip44 = bip44Constants['SOL']
65
65
 
66
66
  const keys = {
67
67
  encodePrivate: getEncodedSecretKey,