-
Notifications
You must be signed in to change notification settings - Fork 7
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
[DRAFT] Introduce Chain Id 0 (EOA Chain Id) #7
base: master
Are you sure you want to change the base?
Conversation
c104d5f
to
b063d9e
Compare
Deploying ensips with Cloudflare Pages
|
1183a0c
to
2329134
Compare
YAY!!! THIS IS GREAT! So glad it's moving forward. |
ensips/x.md
Outdated
|
||
There are multiple routes around implementing this; | ||
|
||
For the short-term; we can already use this specification in our apps today (see Appendix A). |
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.
Does out apps
mean https://app.ens.domains/ or you mean anyone's app? Probably better to rephrase to be more explicit
|
||
## Specification | ||
|
||
This ENSIP aims to extend the functionality introduced in [ENSIP-9](./9) and [ENSIP-11](./11) and simply relies on the same functionality. |
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.
Probably it should mention https://docs.ens.domains/ensip/19 as step 9 also incorporates chainid 0 as a fallback mechanism.
|
||
### Public Resolver | ||
|
||
The public resolver could choose to implement a fallback mechanism for EOA addresses. |
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.
Can UniversalResolver
also implement the logic?
TLDR; https://namespaces.chainagnostic.org/eip155/caip10#caip-10 assumes evm chain id
0
is "EOA" chain id.We would like to extend this functionality into ENS leveraging the already existing ENSIP-9.
Still looking for feedback on: