We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1db86 commit 12fbd94Copy full SHA for 12fbd94
cmd/utils/flags.go
@@ -786,8 +786,9 @@ var (
786
Value: eth.DefaultConfig.Rollup.TxIngestionPollInterval,
787
}
788
TxIngestionSignerKeyHexFlag = cli.StringFlag{
789
- Name: "txingestion.signerkey",
790
- Usage: "Hex private key to authenticate L1 to L2 txs",
+ Name: "txingestion.signerkey",
+ Usage: "Hex private key to authenticate L1 to L2 txs",
791
+ EnvVar: "TX_INGESTION_SIGNER_KEY",
792
793
TxIngestionSignerKeyFileFlag = cli.StringFlag{
794
Name: "txingestion.signerkeyfile",
0 commit comments