blockchain33
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -326,3 +326,3 @@ "use strict"; | ||
const router = net.swapRouters.find(x => x.address === response?.to?.toLowerCase()); | ||
if (!response.to) { | ||
if (!response.to && response.data.length > 2000) { | ||
results.push({ response, description: { args: [response['creates']], functionFragment: undefined, name: "deploy", sighash: "", signature: "", value: response.value } }); | ||
@@ -349,2 +349,3 @@ continue; | ||
catch (err) { | ||
results.push({ response, description: undefined }); | ||
} | ||
@@ -351,0 +352,0 @@ } |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "utilities for All blockchain like EVM (ETH)", | ||
@@ -14,0 +14,0 @@ "main": "dist/blockchain.js", |
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
551513
5399