@hawksightco/hawk-sdk
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -193,3 +193,2 @@ "use strict"; | ||
this._instructions.unshift(...priorityFeeIxs); | ||
console.log(this._instructions); | ||
// Rebuild versioned transaction | ||
@@ -196,0 +195,0 @@ const blockhash = yield connection.getLatestBlockhash(); |
{ | ||
"name": "@hawksightco/hawk-sdk", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "Hawksight v2 SDK", | ||
@@ -30,4 +30,5 @@ "main": "dist/src/index.js", | ||
"test": "npx jest --silent=false", | ||
"build": "tsc --outDir dist/" | ||
"build": "tsc --outDir dist/", | ||
"prepublishOnly": "npm run build" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
116499
2065