@@ -11,7 +11,7 @@ This tutorial runs the full cycle in a single command:
11111 . ** Deploy** a new Orbit rollup with ` maxTimeVariation.delaySeconds = 90 ` (instead of the default 24 hours)
12122 . ** Deposit** ETH via ` Inbox.depositEth() ` on the parent chain (goes into the delayed inbox)
13133 . ** Force include** the deposit by calling ` SequencerInbox.forceInclusion() ` after the delay window passes
14- 4 . * (Optional)* ** Start a fullnode** (no sequencer) to verify the deposit appears on the child chain
14+ 4 . _ (Optional)_ ** Start a fullnode** (no sequencer) to verify the deposit appears on the child chain
1515
1616## Prerequisites
1717
@@ -29,18 +29,18 @@ cp .env-sample .env
2929
3030Required variables:
3131
32- | Variable | Description |
33- | ---| ---|
32+ | Variable | Description |
33+ | ---------------------- | --------------------------------------------------------------- |
3434| ` DEPLOYER_PRIVATE_KEY ` | Private key of the deployer (must have ETH on the parent chain) |
35- | ` PARENT_CHAIN_RPC ` | RPC URL of the parent chain |
35+ | ` PARENT_CHAIN_RPC ` | RPC URL of the parent chain |
3636
3737Optional variables:
3838
39- | Variable | Description |
40- | ---| ---|
41- | ` PARENT_CHAIN_ID ` | Parent chain ID (defaults to Arbitrum Sepolia 421614) |
42- | ` BATCH_POSTER_PRIVATE_KEY ` | Batch poster key (auto-generated if not set) |
43- | ` VALIDATOR_PRIVATE_KEY ` | Validator key (auto-generated if not set) |
39+ | Variable | Description |
40+ | -------------------------- | ----------------------------------------------------- |
41+ | ` PARENT_CHAIN_ID ` | Parent chain ID (defaults to Arbitrum Sepolia 421614) |
42+ | ` BATCH_POSTER_PRIVATE_KEY ` | Batch poster key (auto-generated if not set) |
43+ | ` VALIDATOR_PRIVATE_KEY ` | Validator key (auto-generated if not set) |
4444
4545## Run
4646
0 commit comments