Commit 9782552e authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

fix: Private key for account 20 (#870)

It was missing a leading 0.
parent f9d0b501
...@@ -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", "04b9f63ecf84210c5366c66d68fa1f5da1fa4f634fad6dfc86178e4d79ff9e59",
), ),
] ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment