Commit 6ad9bd01 authored by George C. Knee's avatar George C. Knee Committed by GitHub

Fix typo in `op-version-check` tool (#9126)

* fix: typo in envvars for op-version-check

* chore: harmonize url(s) naming
parent b7c33072
......@@ -38,12 +38,12 @@ func main() {
&cli.StringSliceFlag{
Name: "l1-rpc-urls",
Usage: "L1 RPC URLs, the chain ID will be used to determine the superchain",
EnvVars: []string{"L1_RPC_URL"},
EnvVars: []string{"L1_RPC_URLS"},
},
&cli.StringSliceFlag{
Name: "l2-rpc-urls",
Usage: "L2 RPC URLs, corresponding to chains to check versions for. Corresponds to all chains if empty",
EnvVars: []string{"L1_RPC_URL"},
EnvVars: []string{"L2_RPC_URLS"},
},
&cli.PathFlag{
Name: "outfile",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment