Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scripts): single-node.sh chain ID (celestiaorg#3777)
celestia-node no longer accepts a chain ID of `private` but it does accept `test` instead. ``` 2024-08-12T13:59:08.549-0400 ERROR core core/listener.go:183 listener: received block with unexpected chain ID: expected test, received private ``` This modifies the `single-node.sh` scripts so that it can be used in conjunction with a local celestia node.
- Loading branch information