Skip to content

Commit

Permalink
Update networks sepolia config (#52)
Browse files Browse the repository at this point in the history
* update_networks_sepolia_config

---------

Co-authored-by: lqS0317 <[email protected]>
  • Loading branch information
lqS0317 and lqS0317 authored Jan 10, 2024
1 parent 39f6a20 commit f425a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-node-sepolia.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f425a1f

Please sign in to comment.