@stabbleorg/anchor-contrib
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -89,2 +89,5 @@ "use strict"; | ||
}), | ||
web3_js_1.ComputeBudgetProgram.setComputeUnitPrice({ | ||
microLamports: 0, | ||
}), | ||
...instructions, | ||
@@ -91,0 +94,0 @@ ], |
{ | ||
"name": "@stabbleorg/anchor-contrib", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -113,2 +113,5 @@ import bs58 from "bs58"; | ||
}), | ||
ComputeBudgetProgram.setComputeUnitPrice({ | ||
microLamports: 0, | ||
}), | ||
...instructions, | ||
@@ -115,0 +118,0 @@ ], |
Sorry, the diff of this file is not supported yet
18074
338