Skip to content

Commit

Permalink
fix: Private key for account 20 (#870)
Browse files Browse the repository at this point in the history
It was missing a leading 0.
  • Loading branch information
mslipper authored Jan 9, 2025
1 parent f9d0b50 commit 9782552
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ PRE_FUNDED_ACCOUNTS = [
# m/44'/60'/0'/0/20
new_prefunded_account(
"0xafF0CA253b97e54440965855cec0A8a2E2399896",
"4b9f63ecf84210c5366c66d68fa1f5da1fa4f634fad6dfc86178e4d79ff9e59",
"04b9f63ecf84210c5366c66d68fa1f5da1fa4f634fad6dfc86178e4d79ff9e59",
),
]

0 comments on commit 9782552

Please sign in to comment.