Skip to content
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

(NOBIDS) chore: Update broadcast instructions in templates/broadcast.… #2953

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions templates/broadcast.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ <h1 class="h4 ">Submit your signed message</h1>
<ul class="text-left">
<li>This tool can be used for broadcasting <b>already signed</b> BLS-to-execution (0x00 → 0x01) and exit messages.</li>
<li>You can find instructions on how to sign these messages at the <a href="https://launchpad.ethereum.org/en/withdrawals" target="_blank">Staking Launchpad.</a></li>
<li>BLS-to-execution (0x00 → 0x01) messages can be uploaded right now. We will start broadcasting them after the Shanghai hard fork.</li>
<li>Exit messages will be broadcasted immediately.</li>
<li>Exit messages and BLS-to-execution (0x00 → 0x01) messages will be broadcasted immediately.</li>
</ul>
<div class="alert alert-danger"><b>Don't provide your keystore or mnemonic to us or any other website</b></div>
<form id="credentialschange" action="/tools/broadcast" method="post">
Expand Down
Loading