From 9022516e937f171c63bef52cb77c636ed8771560 Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:51:51 +0100 Subject: [PATCH 1/2] Update arabica-devnet.md --- how-to-guides/arabica-devnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-guides/arabica-devnet.md b/how-to-guides/arabica-devnet.md index e5462f94ccc..c3eea0ef72b 100644 --- a/how-to-guides/arabica-devnet.md +++ b/how-to-guides/arabica-devnet.md @@ -118,7 +118,7 @@ to their respective DA node. :::tip EXAMPLE ```bash -celestia start –core.ip -–core.grpc.port +celestia start --core.ip --core.grpc.port ``` ::: From b3ffdbc388eee5bd5576202694cc0c1a3d64bd7c Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:58:11 +0100 Subject: [PATCH 2/2] Update quick-start.md --- how-to-guides/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-guides/quick-start.md b/how-to-guides/quick-start.md index c9fc2a713f7..0b5f478dfbc 100644 --- a/how-to-guides/quick-start.md +++ b/how-to-guides/quick-start.md @@ -84,7 +84,7 @@ Let's set the trusted hash! 1. Open your `config.toml` at `.celestia-light-{{ constants.mochaChainId }}/config.toml` 1. Set `DASer.SampleFrom` to the trusted height (e.g. `SampleFrom = 123456`) -> If you dont do this, when trying to retrieve data in a few minutes, you'll see a response saying `"result": "header: syncing in progress: localHeadHeight: 94721, requestedHeight: 2983850"`. You'll either need to let the node sync to the `requestedHeight`, or use quick sync with trusted hash to do this. +> If you don't do this, when trying to retrieve data in a few minutes, you'll see a response saying `"result": "header: syncing in progress: localHeadHeight: 94721, requestedHeight: 2983850"`. You'll either need to let the node sync to the `requestedHeight`, or use quick sync with trusted hash to do this. Learn more in [the trusted hash quick sync guide](./celestia-node-trusted-hash.md). ### Start the light node