-
Notifications
You must be signed in to change notification settings - Fork 62
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
Update withdrawal key guide #700
Conversation
Deployed with Cloudflare Pages ☁️ 🚀 🆗 |
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.
Nice
3. Send the JSON file to the local consensus instance using the following code: | ||
```bash | ||
POST -H "Content-type: application/json" -d '<MY_CONTENTS>' | ||
http://localhost:3500/eth/v1/beacon/pool/bls_to_execution_changes |
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.
I'm on mobile so I don't see the diff well. But are you explaining where this localhost is running? I see you have removed some steps that tell users to log into the node etc.
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.
explained right below: "3. Log into your node’s terminal and execute the broadcast command on its local consensus interface:"
Good catch- the HTTP is not part of the actual message but rather the destination. I removed it from step 2 and only kept it in step 3 👍🏻
I also added more context to the delay. Ready to be merged now.
6a2af49
to
0df308e
Compare
0df308e
to
6fc9661
Compare
No description provided.