@eth-sdk/utils
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -40,3 +40,4 @@ "use strict"; | ||
const payload = hex_1.concatHex('0xff', creator, salt, byteCode); | ||
result = toChecksumAddress(`${constants_1.HEX_PREFIX}${keccak_1.keccak256(payload).slice(2).slice(-40)}`); | ||
const address = `${constants_1.HEX_PREFIX}${keccak_1.keccak256(payload).slice(2).slice(-40)}`; | ||
result = toChecksumAddress(address); | ||
} | ||
@@ -43,0 +44,0 @@ return result; |
{ | ||
"name": "@eth-sdk/utils", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Eth sdk utils", | ||
@@ -5,0 +5,0 @@ "author": { |
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
67225
1076