Skip to content

Commit

Permalink
feat: add ref for CSM link
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Oct 14, 2024
1 parent 10807a8 commit 6bea0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethd
Original file line number Diff line number Diff line change
Expand Up @@ -3526,9 +3526,9 @@ config() {
__lido_keys_attention_message
fi
if [ "${NETWORK}" = "holesky" ]; then
__link="https://csm.testnet.fi"
__link="https://csm.testnet.fi/?ref=ethdocker"
else
__link="https://csm.lido.fi"
__link="https://csm.lido.fi/?ref=ethdocker"
fi
whiptail --title "Finish" --msgbox "Final steps!\n\n1. Run your node './ethd start'\n\n2. Wait until your node is fully synchronized\n\n4. Open ${__link} to submit your keys with '.eth/validator_keys/deposit-data-*.json' file content\n\n5. Wait for keys validation\n\n6. Import your keys by './ethd keys import'" 19 85
fi
Expand Down

0 comments on commit 6bea0e7

Please sign in to comment.