-
Notifications
You must be signed in to change notification settings - Fork 122
docs(l1,l2): add rich accounts to docs #5383
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
Conversation
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.
Pull Request Overview
This PR adds comprehensive documentation for the rich accounts available in ethrex dev mode, making it easier for developers to access pre-funded accounts for testing.
Key Changes:
- Added a new documentation page listing 193 rich account private keys with their corresponding addresses
- Integrated the new documentation into the table of contents under the "Ethrex for developers" section
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/developers/rich-accounts.md | New documentation file providing a comprehensive list of private keys and addresses for rich accounts available in dev mode |
| docs/SUMMARY.md | Added link to the new rich accounts documentation page in the developers section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
docs/developers/rich-accounts.md
Outdated
| @@ -0,0 +1,198 @@ | |||
| # Rich Accounts | |||
|
|
|||
| When running ethrex in dev mode (`ethrex --dev` and `ethrex l2 --dev`), a bunch of rich accounts are available to make it easy the testing of contracts and transactions. These are the private keys | |||
Copilot
AI
Nov 18, 2025
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.
Missing punctuation: The sentence should end with a colon or period. "These are the private keys:" would be clearer.
| When running ethrex in dev mode (`ethrex --dev` and `ethrex l2 --dev`), a bunch of rich accounts are available to make it easy the testing of contracts and transactions. These are the private keys | |
| When running ethrex in dev mode (`ethrex --dev` and `ethrex l2 --dev`), a bunch of rich accounts are available to make it easy the testing of contracts and transactions. These are the private keys: |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Motivation
Description
Closes #issue_number