-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Add EIP: On-chain registration of chain identifiers #8937
Add EIP: On-chain registration of chain identifiers #8937
Conversation
File
|
@yuliyaalexiev ERCs should be created in the ERC repo: https://github.com/ethereum/ERCs |
The commit 1afb6ea (as a parent of 09e9908) contains errors. |
@abcoathup , can you please point me in the right direction of what I should name the initial file - I do not have an EIP or ERC number yet and I am getting a failure on the file-name in CI in the new PR https://github.com/ethereum/ERCs/actions/runs/11246461426/job/31268323567?pr=669 |
EIP/RIP/ERC numbers are assigned manually by editors and associates. I generally assign most week days. You can name the initial file anything until a number is assigned. I just assigned a number: https://github.com/ethereum/ERCs/pull/669/files#r1792676163 This PR can now be closed. |
moved to a new PR: ethereum/ERCs#669 |
This ERC proposes deriving chain identifiers by hashing their chain name (along with other relevant information) and using ENS to map chain names to these identifiers, replacing the centralized list currently maintained on GitHub.