Skip to content

Commit 0f92d73

Browse files
authored
Apply suggestions from code review
1 parent bb8598c commit 0f92d73

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tutorials/celestia-da.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
## 🌞 Introduction {#introduction}
44

5-
This tutorial serves as a comprehensive guide for deploying your GM world rollup on Celestia's data availability network. From the Rollkit perspective, there's no difference in posting blocks to Celestia's testnets or Mainnet Beta.
5+
This tutorial serves as a comprehensive guide for deploying your GM world rollup on Celestia's data availability (DA) network. From the Rollkit perspective, there's no difference in posting blocks to Celestia's testnets or Mainnet Beta.
66

77
Before proceeding, ensure that you have completed the [GM world rollup](/tutorials/gm-world) tutorial, which covers setting up a local sovereign gm-world rollup and connecting it to a local mock DA node.
88

99
## 🪶 Running a Celestia light node
1010

1111
Before you can start your rollup node, you need to initiate, sync, and possibly fund a light node on one of Celestia's networks:
1212

13-
- [Arabica Devnet](https://docs.celestia.org/nodes/arabica-devnet#arabica-devnet)
14-
- [Mocha Testnet](https://docs.celestia.org/nodes/mocha-testnet#mocha-testnet)
15-
- [Mainnet Beta](https://docs.celestia.org/nodes/mainnet#mainnet-beta)
13+
- [Arabica Devnet](https://docs.celestia.org/nodes/arabica-devnet)
14+
- [Mocha Testnet](https://docs.celestia.org/nodes/mocha-testnet)
15+
- [Mainnet Beta](https://docs.celestia.org/nodes/mainnet)
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

@@ -116,4 +116,4 @@ For details on configuring gas prices specifically for the DA network, see our [
116116

117117
## 🎉 Next steps
118118

119-
Congratulations! You've built a local rollup that posts to Celestia's testnet or mainnet. Well done! Now, go forth and build something great! Good luck!
119+
Congratulations! You've built a local rollup that posts to Celestia's testnets or Mainnet Beta. Well done! Now, go forth and build something great! Good luck!

tutorials/gm-world.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
description: Build a sovereign rollup using only Rollkit CLI and mocked DA network
2+
description: Build a sovereign rollup using only Rollkit CLI and a mock DA network.
33
---
44

5-
# GM World Rollup
5+
# GM world rollup
66

77
## 🌞 Introduction {#introduction}
88

0 commit comments

Comments
 (0)