Skip to content

Commit ca570db

Browse files
Fix missing constants import
1 parent b0a8c6e commit ca570db

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tutorials/beaconkit.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Building a Sovereign Rollup with BeaconKit and Rollkit
22

3+
<!-- markdownlint-disable MD033 -->
4+
<script setup>
5+
import constants from '../.vitepress/constants/constants.js'
6+
</script>
7+
38
![beaconkit](https://camo.githubusercontent.com/8aaae79e171969a2a9c950582d512cd1e3746e67d3aea6410afc04e9b6cb8055/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f6475763067343032792f696d6167652f75706c6f61642f76313731383033343331322f426561636f6e4b697442616e6e65722e706e67)
49

510
## Introduction
@@ -22,7 +27,7 @@ Before you begin, ensure you have the following software installed on your machi
2227

2328
First, set up a local data availability network node:
2429

25-
```bash
30+
```bash-vue
2631
cd $HOME && curl -sSL https://rollkit.dev/install-local-da.sh | sh -s {{constants.localDALatestTag}}
2732
```
2833

0 commit comments

Comments
 (0)