@triadxyz/triad-protocol 0.1.2-alpha.1 → 0.1.2-alpha.2

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/vault.js +2 -2
  2. package/package.json +1 -1
package/dist/vault.js CHANGED
@@ -64,7 +64,7 @@ class Vault {
64
64
  catch (_a) { }
65
65
  const instructions = [
66
66
  web3_js_1.ComputeBudgetProgram.setComputeUnitPrice({
67
- microLamports: 25000
67
+ microLamports: 60000
68
68
  })
69
69
  ];
70
70
  if (!hasUserPosition) {
@@ -129,7 +129,7 @@ class Vault {
129
129
  }
130
130
  const instructions = [
131
131
  web3_js_1.ComputeBudgetProgram.setComputeUnitPrice({
132
- microLamports: 25000
132
+ microLamports: 60000
133
133
  })
134
134
  ];
135
135
  if (!hasUser) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "0.1.2-alpha.1",
3
+ "version": "0.1.2-alpha.2",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",