@exodus/solana-lib 1.2.25 → 1.2.26

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-lib",
3
- "version": "1.2.25",
3
+ "version": "1.2.26",
4
4
  "description": "Exodus internal Solana low-level library",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -24,5 +24,5 @@
24
24
  "lodash": "^4.17.11",
25
25
  "tweetnacl": "^1.0.3"
26
26
  },
27
- "gitHead": "2703cd0c4f81f6b99570579e3b3ae3bfb1585f0a"
27
+ "gitHead": "504a9acc493123550061e13cc71900aa7fe1505f"
28
28
  }
@@ -276,7 +276,7 @@ class Tx {
276
276
  const metadataPubkey = new PublicKey(metadataAddress)
277
277
 
278
278
  const transaction = MagicEdenEscrowProgram.exchange({
279
- expectedTakerAmount,
279
+ expectedTakerAmount: assets.solana.currency.baseUnit(expectedTakerAmount)._number,
280
280
  expectedMintPubkey,
281
281
  takerPubkey,
282
282
  initializerPubkey,