Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
9782552e
Unverified
Commit
9782552e
authored
Jan 09, 2025
by
Matthew Slipper
Committed by
GitHub
Jan 09, 2025
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Private key for account 20 (#870)
It was missing a leading 0.
parent
f9d0b501
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
genesis_constants.star
...h_data_generator/genesis_constants/genesis_constants.star
+1
-1
No files found.
src/prelaunch_data_generator/genesis_constants/genesis_constants.star
View file @
9782552e
...
@@ -110,6 +110,6 @@ PRE_FUNDED_ACCOUNTS = [
...
@@ -110,6 +110,6 @@ PRE_FUNDED_ACCOUNTS = [
# m/44'/60'/0'/0/20
# m/44'/60'/0'/0/20
new_prefunded_account(
new_prefunded_account(
"0xafF0CA253b97e54440965855cec0A8a2E2399896",
"0xafF0CA253b97e54440965855cec0A8a2E2399896",
"4b9f63ecf84210c5366c66d68fa1f5da1fa4f634fad6dfc86178e4d79ff9e59",
"
0
4b9f63ecf84210c5366c66d68fa1f5da1fa4f634fad6dfc86178e4d79ff9e59",
),
),
]
]
vicotor
@luxueqian
mentioned in commit
e957062f
·
Apr 13, 2025
mentioned in commit
e957062f
mentioned in commit e957062f619b4c8503c2c41cd7f51dbdb48a4ed3
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment