Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit f8b0a91

Browse files
committed
small fixes
1 parent c8c8a7b commit f8b0a91

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

guides/evm/single.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Before starting, ensure you have:
1818
### 1. Clone the Rollkit Repository
1919

2020
```bash
21-
git clone --depth 1 --branch v1.0.0-beta.1 https://github.com/rollkit/rollkit.git
21+
git clone --depth 1 --branch {{constants.rollkitLatestTag}} https://github.com/rollkit/rollkit.git
2222
cd rollkit
2323
```
2424

guides/gm-world.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,15 @@ ignite version
3939
```
4040

4141
```bash
42-
Ignite CLI version: v28.7.0
43-
Ignite CLI build date: 2025-01-15T08:23:41Z
44-
Ignite CLI source hash: 2f83cfe6114cfc58bd6add791143fe43963c1b5c
42+
Ignite CLI version: v29.2.0-dev
43+
Ignite CLI build date: undefined
44+
Ignite CLI source hash: undefined
4545
Ignite CLI config version: v1
46-
Cosmos SDK version: v0.50.11
46+
Cosmos SDK version: v0.53.0
47+
Buf.build version: undefined
4748
Your OS: darwin
4849
Your arch: arm64
49-
Your go version: go version go1.24.2 darwin/arm64
50-
Your uname -a: Darwin Markos-MacBook-Pro.local 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:16 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6000 arm64
51-
Your cwd: /Users/markobaricevic/code/CoTend/rollkit1/docs
52-
Is on Gitpod: false
50+
Your go version: go version go1.24.3 darwin/arm64
5351
```
5452

5553
## Generate your App {#generate-your-app}
@@ -91,7 +89,7 @@ This will create a `~/.gm` folder with all the necessary files to run a chain.
9189

9290
## Initialize Your Blockchain {#initialize-your-blockchain}
9391

94-
Before starting your blockchain, you need to initialize it with Rollkit support. Initialize the blockchain with Local DA as follows:
92+
Before starting your blockchain, you need to initialize it with Rollkit support. Initialize the blockchain as follows:
9593

9694
```bash
9795
ignite rollkit init
@@ -106,7 +104,7 @@ Now that we have our gm app generated and installed, we can launch our GM rollup
106104
First lets start the local DA network:
107105

108106
```bash
109-
curl -sSL https://rollkit.dev/install-local-da.sh | bash
107+
curl -sSL https://rollkit.dev/install-local-da.sh | bash -s {{constants.rollkitLatestTag}}
110108
```
111109

112110
you should see logs like:

0 commit comments

Comments
 (0)