@triadxyz/triad-protocol 1.0.3-beta → 1.0.4-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/stake.js +0 -5
  2. package/package.json +1 -1
package/dist/stake.js CHANGED
@@ -281,11 +281,6 @@ class Stake {
281
281
  });
282
282
  ixs.push(...tx.instructions);
283
283
  }
284
- if (options === null || options === void 0 ? void 0 : options.microLamports) {
285
- ixs.push(web3_js_1.ComputeBudgetProgram.setComputeUnitPrice({
286
- microLamports: options.microLamports
287
- }));
288
- }
289
284
  return (0, sendVersionedTransaction_1.default)(this.provider, ixs, options);
290
285
  });
291
286
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "1.0.3-beta",
3
+ "version": "1.0.4-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",