Skip to content

Commit 3426d3c

Browse files
committed
add fast confirmation enable for bold validator
1 parent b66e395 commit 3426d3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/launch-arbitrum-chain/02-configure-your-chain/advanced-configurations/01-fast-withdrawals.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ The following parameters need to be configured in those nodes.
192192

193193
| Option | Description |
194194
| ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
195-
| `--node.staker.enable-fast-confirmation=true` | Enables fast withdrawals in the validator node |
195+
| `--node.bold.enable-fast-confirmation=true` | Enables fast withdrawals in the validator node (Bold validator only) |
196+
| `--node.staker.enable-fast-confirmation=true` | Enables fast withdrawals in the validator node (Legacy validator only) |
196197
| `--node.staker.make-assertion-interval=0h15m0s` | Since assertions need to be created for them to be confirmed, the minimum interval to create these assertions should be set to an amount close to the `minimumAssertionPeriod` defined in the Rollup contract. Modify `0h15m0s` to the configured value. |
197198

198199
:::note

0 commit comments

Comments
 (0)