Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: fix core0 p2p ID
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 11, 2023
1 parent f20413c commit 0b70c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/celestia-app/genesis.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"genesis_time": "2023-10-11T23:39:11.204736683Z",
"genesis_time": "2023-10-11T23:54:12.784756260Z",
"chain_id": "blobstream-e2e",
"initial_height": "1",
"consensus_params": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/scripts/start_node_and_create_validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ fi
celestia-appd start \
--home="${CELESTIA_HOME}" \
--moniker="${MONIKER}" \
--p2p.persistent_peers=40664e2a69d5557b0d35ec8b9d423785b12579b7@core0:26656 \
--p2p.persistent_peers=c7a982ec9ef3af4f0846cb30e439cd70d961ce6e@core0:26656 \
--rpc.laddr=tcp://0.0.0.0:26657

0 comments on commit 0b70c66

Please sign in to comment.