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 0b70c66 commit f0ad7a5
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:54:12.784756260Z",
"genesis_time": "2023-10-11T23:57:54.655221669Z",
"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=c7a982ec9ef3af4f0846cb30e439cd70d961ce6e@core0:26656 \
--p2p.persistent_peers=de74a671b839639ed638fd4140f797ddadb3c2f1@core0:26656 \
--rpc.laddr=tcp://0.0.0.0:26657

0 comments on commit f0ad7a5

Please sign in to comment.