@triadxyz/triad-protocol 3.2.1-beta → 3.2.2-beta

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1018,7 +1018,7 @@ class TriadProtocolClient {
1018
1018
  marketAta: (0, pda_1.getTokenATA)(marketPDA, constants_1.USDC_MINT, spl_token_1.TOKEN_PROGRAM_ID),
1019
1019
  buyerAta: (0, pda_1.getTokenATA)(this.program.provider.publicKey, constants_1.USDC_MINT, spl_token_1.TOKEN_PROGRAM_ID),
1020
1020
  mint: constants_1.USDC_MINT,
1021
- tokenProgram: constants_1.USDC_MINT
1021
+ tokenProgram: spl_token_1.TOKEN_PROGRAM_ID
1022
1022
  })
1023
1023
  .instruction());
1024
1024
  remainingUSDC = remainingUSDC.sub(usdcAmount);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "3.2.1-beta",
3
+ "version": "3.2.2-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",