Skip to content

Commit 372bf37

Browse files
authored
Merge pull request #1632 from ethereum-optimism/sequencer-node
Sequencer node
2 parents 438f137 + d1fabf8 commit 372bf37

File tree

4 files changed

+602
-3
lines changed

4 files changed

+602
-3
lines changed

pages/operators/chain-operators/deploy.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ import { Card, Cards } from 'nextra/components'
2424
This section provides information on OP Stack genesis creation, deployment overview, and smart contract deployment. You'll find guides and overviews to help you understand and work with these topics.
2525

2626
<Cards>
27-
<Card title="Chain artifacts creation" href="/operators/chain-operators/deploy/genesis" />
2827

2928
<Card title="Deployment overview" href="/operators/chain-operators/deploy/overview" />
3029

3130
<Card title="Smart contract deployment" href="/operators/chain-operators/deploy/smart-contracts" />
3231

32+
<Card title="Chain artifacts creation" href="/operators/chain-operators/deploy/genesis" />
33+
3334
<Card title="Validate your contract deployment" href="/operators/chain-operators/deploy/validate-deployment" />
35+
36+
<Card title="Spinning up the sequencer" href="/operators/chain-operators/deploy/sequencer-node" />
37+
3438

3539
</Cards>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"overview": "Deployment overview",
33
"smart-contracts": "Smart contract deployment",
4+
"genesis": "Chain artifacts creation",
45
"validate-deployment": "Validate your contract deployment",
5-
"genesis": "Chain artifacts creation"
6+
"sequencer-node": "Spinning up the sequencer"
67
}
78

0 commit comments

Comments
 (0)