@hawksightco/hawk-sdk
Advanced tools
Comparing version 0.0.41 to 0.0.42
@@ -176,3 +176,3 @@ "use strict"; | ||
if (maxPriorityFeeLamports !== undefined && totalPriorityFeeLamports > maxPriorityFeeLamports) { | ||
totalPriorityFeeLamports = maxPriorityFeeLamports; | ||
totalPriorityFeeLamports = maxPriorityFeeLamports - 5000; | ||
} | ||
@@ -179,0 +179,0 @@ // Convert the total priority fee back to microLamports per compute unit |
{ | ||
"name": "@hawksightco/hawk-sdk", | ||
"version": "0.0.41", | ||
"version": "0.0.42", | ||
"description": "Hawksight v2 SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
133783