Skip to content

Commit

Permalink
docs: update arabica url (#1409)
Browse files Browse the repository at this point in the history
* docs: update arabica url

* docs: update more arabica 10 to arabica 11 urls
  • Loading branch information
MSevey authored Feb 10, 2024
1 parent a71d105 commit 1dfa37f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion developers/node-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ celestia light start --core.ip rpc-mocha.pops.one --p2p.network mocha
```

```bash [Arabica]
celestia light start --core.ip consensus-full.celestia-arabica-10.com \
celestia light start --core.ip validator-1.celestia-arabica-11.com \
--p2p.network arabica
```

Expand Down
2 changes: 1 addition & 1 deletion nodes/bridge-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ celestia bridge start --core.ip rpc-mocha.pops.one:26657
And on Arabica:

```sh
celestia bridge start --core.ip consensus-validator.celestia-arabica-10.com \
celestia bridge start --core.ip validator-1.celestia-arabica-11.com \
--p2p.network arabica
```

Expand Down
4 changes: 2 additions & 2 deletions nodes/light-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ celestia light start --core.ip rpc-mocha.pops.one --p2p.network mocha
Or for Arabica:

```sh
celestia light start --core.ip consensus-validator.celestia-arabica-10.com \
celestia light start --core.ip validator-1.celestia-arabica-11.com \
--p2p.network arabica
```

Expand Down Expand Up @@ -139,7 +139,7 @@ celestia light start --keyring.accname my_celes_key \

```sh [Arabica]
celestia light start --keyring.accname my_celes_key \
--core.ip consensus-validator.celestia-arabica-10.com \
--core.ip validator-1.celestia-arabica-11.com \
--p2p.network arabica
```

Expand Down

0 comments on commit 1dfa37f

Please sign in to comment.