Skip to content

Commit 5575bb1

Browse files
authored
Apply suggestions from code review
1 parent 4930a2d commit 5575bb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/celestia-da.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before you can start your rollup node, you need to initiate, sync, and possibly
1616

1717
The main difference lies in how you fund your wallet address: using testnet TIA or [TIA](https://docs.celestia.org/learn/tia#overview-of-tia) for Mainnet Beta.
1818

19-
After successfully starting a light node, it's time to start posting the batches of blocks of data that your rollup generates to Celestia DA.
19+
After successfully starting a light node, it's time to start posting the batches of blocks of data that your rollup generates to Celestia.
2020

2121
## 🏗️ Prerequisites {#prerequisites}
2222

@@ -82,9 +82,9 @@ Now, we're prepared to initiate our rollup and establish a connection with the C
8282
- `--rollkit.da_auth_token`
8383
- `--rollkit.da_namespace`
8484

85-
Let's determine what values to provide for each of them.
85+
Let's determine which values to provide for each of them.
8686

87-
First, let's query the DA layer start height using an RPC endpoint provided by Celestia Labs.
87+
First, let's query the DA layer start height using an RPC endpoint provided by Celestia's documentation.
8888
- Mocha testnet: [https://rpc-mocha.pops.one/block](https://rpc-mocha.pops.one/block)
8989
- Mainnet Beta: [https://rpc.lunaroasis.net/block](https://rpc.lunaroasis.net/block)
9090

@@ -114,7 +114,7 @@ The output of the command above will look similar to this:
114114
Your DA AUTH_TOKEN is eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJBbGxvdyI6WyJwdWJsaWMiLCJyZWFkIiwid3JpdGUiXX0.cSrJjpfUdTNFtzGho69V0D_8kyECn9Mzv8ghJSpKRDE
115115
```
116116

117-
Lastly, let's set up the namespace to be used for posting data on Celestia DA:
117+
Lastly, let's set up the namespace to be used for posting data on Celestia:
118118

119119
```bash
120120
DA_NAMESPACE=00000000000000000000000000000000000000000008e5f679bf7116cb

0 commit comments

Comments
 (0)