Skip to content

Commit

Permalink
Make router not required
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Dec 8, 2023
1 parent b347a4f commit 0078fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chains/evm/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (

type EVMConfig struct {
config.BaseNetworkConfig
BeaconEndpoint string `required:"true" split_words:"true"`
Router string `required:"true"`
BeaconEndpoint string `required:"true" split_words:"true"`
Router string
Spectre string `required:"true"`
Spec string `default:"mainnet"`
MaxGasPrice int64 `default:"500000000000" split_words:"true"`
Expand Down

0 comments on commit 0078fe3

Please sign in to comment.