Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ENS reverse ENS resolution when supportsInterface is not implemented in contract #330

Merged
merged 7 commits into from
Apr 13, 2023

Conversation

DarthMike
Copy link
Member

Fixes #297

Comment on lines +307 to +311
ens: "michael-brown.eth",
mode: .onchain
)

XCTAssertEqual("0x7bcf6af56f0e4e7498b2a76d4ac8b3262ac790bb", address)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My prod address is immortalised LOL 😃
Now I have to make sure I renew my ENS to that tests don't fail 😛

@DarthMike DarthMike merged commit 826b093 into develop Apr 13, 2023
@DarthMike DarthMike deleted the issue/ens-resolution-error branch April 13, 2023 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EthereumNameService resolve(address:mode:) fails because resolver contract address is NOT ERC165 compliant
2 participants