-
-
Notifications
You must be signed in to change notification settings - Fork 821
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
feat: ens actions #66
Conversation
🦋 Changeset detectedLatest commit: c210c87 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +1.73 kB (+5%) 🔍 Total Size: 36.6 kB
ℹ️ View Unchanged
|
test('name without address', async () => { | ||
await expect( | ||
getEnsAddress(publicClient, { | ||
name: 'unregistered-name.eth', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we throw for non-existent names?
66de464
to
6d67a0a
Compare
b8cca5d
to
309979f
Compare
309979f
to
71f3402
Compare
71f3402
to
517386b
Compare
"isomorphic-unfetch": "^4.0.2", | ||
"isomorphic-ws": "^5.0.0", | ||
"ws": "^8.12.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jxom what are these for?
1716d5a
to
c210c87
Compare
Adds ENS actions