@marinade.finance/web3js-common
Advanced tools
Comparing version 2.0.19 to 2.0.20
{ | ||
"name": "@marinade.finance/web3js-common", | ||
"version": "2.0.19", | ||
"version": "2.0.20", | ||
"description": "Web3 JS reusable utilities", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"@solana/web3.js": "^1.78.5", | ||
"@marinade.finance/ts-common": "2.0.19", | ||
"@marinade.finance/ts-common": "2.0.20", | ||
"bn.js": "^5.2.1", | ||
@@ -33,3 +33,3 @@ "borsh": "^0.7.0", | ||
"@solana/web3.js": "^1.78.5", | ||
"@marinade.finance/ts-common": "2.0.19", | ||
"@marinade.finance/ts-common": "2.0.20", | ||
"bn.js": "^5.2.1", | ||
@@ -36,0 +36,0 @@ "borsh": "^0.7.0", |
@@ -55,3 +55,3 @@ "use strict"; | ||
if (res.value.err) { | ||
throw new Error(`Failure confirming transaction ${txSig}, confirm result: ${res}`); | ||
throw new Error(`Failure confirming transaction ${txSig}, confirm result: ${JSON.stringify(res)}`); | ||
} | ||
@@ -58,0 +58,0 @@ let txSearchConnection = connection; |
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
40874