File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ This guide will walk you through deploying the SP1 Blobstream contract and runni
1717
18182. 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
26263. Deploy the ` SP1Blobstream` contract with genesis parameters: ` GENESIS_HEIGHT` , ` GENESIS_HEADER` , and ` SP1_BLOBSTREAM_PROGRAM_VKEY` .
2727
You can’t perform that action at this time.
0 commit comments