diff --git a/seth/config.go b/seth/config.go index d97b4cfc7..f992bbee5 100644 --- a/seth/config.go +++ b/seth/config.go @@ -68,6 +68,7 @@ type Config struct { BlockStatsConfig *BlockStatsConfig `toml:"block_stats"` GasBump *GasBumpConfig `toml:"gas_bump"` ReadOnly bool `toml:"read_only"` + ForceHTTP bool `toml:"force_http"` } type GasBumpConfig struct {