Module brontes_inspect::discovery

source ·
Expand description

The DiscoveryInspector module in brontes-inspect specializes in identifying potential MEV transactions. It does this by looking for transactions that are x standard deviations above the average priority fee (where x is the std_dev_threshold paramater, set to 2 by default), or have a coinbase transfer, or are private transactions based on the indexed mempool transactions we have in our metadata database (s/o chainbound).

Structs§