Skip to content

Commit

Permalink
Merge branch 'celestia' into blobstream-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferret-san authored Dec 23, 2023
2 parents cee4f07 + e4e5acd commit cde69f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@ if $force_init; then
docker volume rm $leftoverVolumes
fi

echo == Bringing up Celestia Devnet
docker-compose up -d da
wait_up http://localhost:26659/header/1
export CELESTIA_NODE_AUTH_TOKEN="$(docker exec nitro-testnode_da_1 celestia bridge auth admin --node.store ${NODE_PATH})"


echo == Generating l1 keys
Expand Down

0 comments on commit cde69f9

Please sign in to comment.