Skip to content

Commit 76e3e9e

Browse files
authored
fix(docs): table formatting in docs (#45)
1 parent 5224e74 commit 76e3e9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

book/quick-start.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ This guide will walk you through deploying the SP1 Blobstream contract and runni
1717

1818
2. Add the genesis parameters to `/contracts/.env` mirroring `contracts/.env.example`.
1919

20-
| Parameter | Description |
21-
|-----------|-------------|
22-
| GENESIS_HEIGHT | The block height of the genesis block for the Tendermint chain |
23-
| GENESIS_HEADER | The header of the genesis block for the Tendermint chain |
24-
| SP1_BLOBSTREAM_PROGRAM_VKEY | The verification key for the SP1 Blobstream program |
20+
| Parameter | Description |
21+
| ----------------------------- | -------------------------------------------------------------- |
22+
| `GENESIS_HEIGHT` | The block height of the genesis block for the Tendermint chain |
23+
| `GENESIS_HEADER` | The header of the genesis block for the Tendermint chain |
24+
| `SP1_BLOBSTREAM_PROGRAM_VKEY` | The verification key for the SP1 Blobstream program |
2525

2626
3. Deploy the `SP1Blobstream` contract with genesis parameters: `GENESIS_HEIGHT`, `GENESIS_HEADER`, and `SP1_BLOBSTREAM_PROGRAM_VKEY`.
2727

0 commit comments

Comments
 (0)