@helium/spl-utils
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -97,3 +97,3 @@ "use strict"; | ||
if (!computeUnits && !rest.feePayer) { | ||
throw new Error("Must provide feePayer if estimatingg compute units"); | ||
throw new Error("Must provide feePayer if estimating compute units"); | ||
} | ||
@@ -100,0 +100,0 @@ const estimate = yield estimatePrioritizationFee(connection, instructions, basePriorityFee); |
@@ -68,3 +68,3 @@ import { ComputeBudgetProgram, PublicKey, } from "@solana/web3.js"; | ||
if (!computeUnits && !rest.feePayer) { | ||
throw new Error("Must provide feePayer if estimatingg compute units"); | ||
throw new Error("Must provide feePayer if estimating compute units"); | ||
} | ||
@@ -71,0 +71,0 @@ const estimate = await estimatePrioritizationFee(connection, instructions, basePriorityFee); |
{ | ||
"name": "@helium/spl-utils", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Utils shared across spl suite", | ||
@@ -35,9 +35,9 @@ "publishConfig": { | ||
"@coral-xyz/anchor": "^0.28.0", | ||
"@helium/account-fetch-cache": "^0.7.1", | ||
"@helium/account-fetch-cache": "^0.7.2", | ||
"@helium/address": "^4.10.2", | ||
"@helium/anchor-resolvers": "^0.7.1", | ||
"@helium/anchor-resolvers": "^0.7.2", | ||
"@metaplex-foundation/mpl-token-metadata": "^2.10.0", | ||
"@solana/spl-account-compression": "^0.1.7", | ||
"@solana/spl-token": "^0.3.8", | ||
"@solana/web3.js": "^1.78.4", | ||
"@solana/web3.js": "^1.78.8", | ||
"axios": "^1.5.0", | ||
@@ -53,3 +53,3 @@ "bn.js": "^5.2.0", | ||
}, | ||
"gitHead": "18b192d499b7f044de154bd7d83928d704409ea7" | ||
"gitHead": "b8e8b797440563f4f6335f5119567fbe55c5033c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
434728