Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kidambisrinivas authored Dec 1, 2023
1 parent 6772282 commit a6e0ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scripts/common/vrf/setup-envs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ func createETHKeysIfNeeded(client *clcmd.Shell, app *cli.App, output *bytes.Buff
if *maxGasPriceGwei > 0 {
helpers.PanicErr(flagSet.Set("max-gas-price-gwei", fmt.Sprintf("%d", *maxGasPriceGwei)))
}
err := flagSet.Parse([]string{"-evm-chain-id", os.Getenv("ETH_CHAIN_ID")})
err := flagSet.Parse([]string{"evm-chain-id", os.Getenv("ETH_CHAIN_ID")})
helpers.PanicErr(err)
err = client.CreateETHKey(cli.NewContext(app, flagSet, nil))
helpers.PanicErr(err)
Expand Down

0 comments on commit a6e0ecf

Please sign in to comment.