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 63f109f commit 61e4c20
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 @@ -80,7 +80,7 @@ var (
Usage: "TaikoL2 contract `address`",
Required: true,
Category: commonCategory,
EnvVars: []string{"TAIKO_ANCHOR"},
EnvVars: []string{"TAIKO_ANCHOR", "TAIKO_L2"},
}
TaikoTokenAddress = &cli.StringFlag{
Name: "taikoToken",
Expand Down

0 comments on commit 61e4c20

Please sign in to comment.