diff --git a/pkg/exporter/config.go b/pkg/exporter/config.go index fc4b345..2861060 100644 --- a/pkg/exporter/config.go +++ b/pkg/exporter/config.go @@ -38,7 +38,7 @@ func DefaultConfig() *Config { Enabled: true, Name: "execution", URL: "http://localhost:8545", - Modules: []string{"eth", "net", "web3", "txpool"}, + Modules: []string{"eth", "net", "web3"}, }, Consensus: ConsensusNode{ Enabled: true,