You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: When running a sequencer, a signer key file is required unless the `--test` flag is specified. Use the `--signer.key-file` option to specify the path to your private key file. Keep your private key file secure and never commit it to version control.
130
+
129
131
This will start a dev node in sequencer mode with all rpc apis enabled. You can adjust the `--http.api` flag to include or exclude specific APIs as needed.
130
132
131
133
The chain will be configured with a genesis that funds 20 addresses derived from the mnemonic:
@@ -147,6 +149,8 @@ A list of sequencer specific configuration options can be seen below:
147
149
The max L1 messages per block for the sequencer [default: 4]
148
150
--fee-recipient <FEE_RECIPIENT>
149
151
The fee recipient for the sequencer [default: 0x5300000000000000000000000000000000000005]
152
+
--signer.key-file <FILE_PATH>
153
+
Path to the signer's hex-encoded private key file (optional 0x prefix). Required when sequencer is enabled
0 commit comments