Skip to content

Commit

Permalink
Update packages/taiko-client/cmd/flags/common.go
Browse files Browse the repository at this point in the history
Co-authored-by: maskpp <[email protected]>
  • Loading branch information
davidtaikocha and mask-pp authored Jan 22, 2025
1 parent 7282c98 commit 63f109f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taiko-client/cmd/flags/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var (
Usage: "TaikoL1 contract `address`",
Required: true,
Category: commonCategory,
EnvVars: []string{"TAIKO_INBOX"},
EnvVars: []string{"TAIKO_INBOX", "TAIKO_L1"},
}
TaikoL2Address = &cli.StringFlag{
Name: "taikoL2",
Expand Down

0 comments on commit 63f109f

Please sign in to comment.