@exodus/solana-api 1.2.13 → 1.2.15

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/solana-api",
3
- "version": "1.2.13",
3
+ "version": "1.2.15",
4
4
  "description": "Exodus internal Solana asset API wrapper",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -21,5 +21,5 @@
21
21
  "devDependencies": {
22
22
  "node-fetch": "~1.6.3"
23
23
  },
24
- "gitHead": "df87ac51e1f8ff2d14664a0707166cdc3ccd9a8d"
24
+ "gitHead": "6aa4ea58a169758d9c9471bf55ce060e113dd88c"
25
25
  }
package/src/index.js CHANGED
@@ -184,7 +184,7 @@ class Api {
184
184
  tx = {
185
185
  owner: stakeTx.base,
186
186
  from: stakeTx.base,
187
- to: stakeTx.owner,
187
+ to: stakeTx.base,
188
188
  amount: stakeTx.lamports,
189
189
  fee,
190
190
  staking: {