@triadxyz/triad-protocol 3.0.5-beta → 3.0.6-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
@@ -746,7 +746,7 @@ class TriadProtocolClient {
746
746
  let amountInUSDC = new bn_js_1.default(0);
747
747
  if (isTrdPayout) {
748
748
  const trdPrice = yield (0, swap_1.getPrice)(constants_1.TRD_MINT.toString());
749
- const amountInTRD = (amount / trdPrice) * 1.01;
749
+ const amountInTRD = (amount / trdPrice) * 1.06;
750
750
  const { swapIxs, addressLookupTableAccounts: swapAddressLookupTableAccounts, outAmount, setupInstructions } = yield (0, swap_1.swap)({
751
751
  connection: this.program.provider.connection,
752
752
  wallet: this.program.provider.publicKey.toBase58(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "3.0.5-beta",
3
+ "version": "3.0.6-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",