From f425a1f81e680cee77f6d367101680d41ff1de65 Mon Sep 17 00:00:00 2001 From: lqS0317 <102649974+lqS0317@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:21:54 +0800 Subject: [PATCH] Update networks sepolia config (#52) * update_networks_sepolia_config --------- Co-authored-by: lqS0317 --- run-node-sepolia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-node-sepolia.md b/run-node-sepolia.md index d5868d2..456af95 100644 --- a/run-node-sepolia.md +++ b/run-node-sepolia.md @@ -26,7 +26,7 @@ mkdir sepolia/secret node -e "console.log(require('crypto').randomBytes(32).toString('hex'))" > sepolia/secret/jwt_secret_txt -cast w n |grep "Private Key" |awk -F ": " '{print $2}' |sed 's/0x//' > sepolia/secret/p2p_node_key_txt +cast w n |grep -i "Private Key" |awk -F ": " '{print $2}' |sed 's/0x//' > sepolia/secret/p2p_node_key_txt ``` ### Operating the Node