@triadxyz/triad-protocol 2.8.1-beta → 2.8.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 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -900,6 +900,7 @@ class TriadProtocolClient {
900
900
  totalUSDCNeeded = totalUSDCNeeded.add(usdcAmount);
901
901
  tempRemainingUSDC = tempRemainingUSDC.sub(usdcAmount);
902
902
  }
903
+ console.log('totalUSDCNeeded', totalUSDCNeeded.toNumber());
903
904
  if (isTrdPayout && totalUSDCNeeded.gt(new bn_js_1.default(0))) {
904
905
  const { swapIxs, addressLookupTableAccounts: swapAddressLookupTableAccounts, outAmount, setupInstructions } = yield (0, swap_1.swap)({
905
906
  connection: this.program.provider.connection,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "2.8.1-beta",
3
+ "version": "2.8.2-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",