Skip to content

Commit

Permalink
Remove verifierData from resolver constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Sep 13, 2023
1 parent b9a194b commit f65bf55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/ERC3668Resolver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ contract ERC3668Resolver is IExtendedResolver, IMetadataResolver, SupportsInterf
ENSRegistry _ensRegistry,
// The name wrapper
INameWrapper _nameWrapper,
string[] memory _gatewayUrls,
bytes memory verifierData
string[] memory _gatewayUrls
) {
ensRegistry = _ensRegistry;
nameWrapper = _nameWrapper;
Expand Down

0 comments on commit f65bf55

Please sign in to comment.