We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1a5a5 commit 1ec78c4Copy full SHA for 1ec78c4
seth/config.go
@@ -68,6 +68,7 @@ type Config struct {
68
BlockStatsConfig *BlockStatsConfig `toml:"block_stats"`
69
GasBump *GasBumpConfig `toml:"gas_bump"`
70
ReadOnly bool `toml:"read_only"`
71
+ ForceHTTP bool `toml:"force_http"`
72
}
73
74
type GasBumpConfig struct {
0 commit comments