Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: update op-node to celestia-3.0.0-dencun #257

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/manta-pacific/Replica Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The switch to Celestia on Manta Pacific is happening on 12pm PT, December 15th,

Now that Manta Pacific is posting data to Celestia, users running replica nodes should also run a Celestia light node alongside op-node and op-geth. The updated replica scripts will help users provision this Celestia light node and connect to it in the same way Manta Pacific will.

In order to be prepared, please upgrade your op-node image to `public.ecr.aws/i6b2w2n6/op-node:celestia-3.0.0` and set the necessary env variables. Note that the `manta-up.sh` script helps to generate the auth token for the celestia light node.
In order to be prepared, please upgrade your op-node image to `public.ecr.aws/i6b2w2n6/op-node:celestia-3.0.0-dencun` and set the necessary env variables. Note that the `manta-up.sh` script helps to generate the auth token for the celestia light node.

A set of scripts that will start a Manta node from scratch. **If you have an existing Manta node running, then you should copy the datadir over and resume from that.**

Expand Down
Loading