ethers-providers
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "ethers-providers", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Service provider for Ethereum wallet library.", | ||
@@ -5,0 +5,0 @@ "bugs": { |
@@ -788,3 +788,5 @@ 'use strict'; | ||
utils.defineProperty(Provider.prototype, 'lookupAddress', function(address) { | ||
var name = utils.getAddress(address).substring(2) + '.addr.reverse' | ||
address = utils.getAddress(address); | ||
var name = address.substring(2) + '.addr.reverse' | ||
var nodehash = utils.namehash(name); | ||
@@ -791,0 +793,0 @@ |
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
47596
1211