Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History

pbs_block_data

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Flashbots block analysis

Script that exports relevant builder/proposer metrics

Instructions

  1. Install packages with

    cd pbs_block_data && npm install

  2. Run the script for desired block range

    RPC_URL=https://mainnet.infura.io/v3/..... START_BLOCK=15746800 END_BLOCK=15746810 node src/index.js

  3. Verify the csv

    head export.csv