Skip to content

Commit 12fbd94

Browse files
authored
flags: update (#53)
1 parent 2f1db86 commit 12fbd94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cmd/utils/flags.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,9 @@ var (
786786
Value: eth.DefaultConfig.Rollup.TxIngestionPollInterval,
787787
}
788788
TxIngestionSignerKeyHexFlag = cli.StringFlag{
789-
Name: "txingestion.signerkey",
790-
Usage: "Hex private key to authenticate L1 to L2 txs",
789+
Name: "txingestion.signerkey",
790+
Usage: "Hex private key to authenticate L1 to L2 txs",
791+
EnvVar: "TX_INGESTION_SIGNER_KEY",
791792
}
792793
TxIngestionSignerKeyFileFlag = cli.StringFlag{
793794
Name: "txingestion.signerkeyfile",

0 commit comments

Comments
 (0)