Verifying Fee Recipient Registered on MEV Relays
Checker Script
Mainnet
sudo apt update
sudo apt install git python3-venv python3-full python3-requests
# Activate Python virtual environment
python3 -m venv ~/check_relay_env
source ~/check_relay_env/bin/activate
pip install web3 requestsgit clone https://gist.github.com/bc188884f6bdc1ce2c65a949e84b0dc5.git check_no_relays
cd check_no_relaysexport RPC_URL="http://127.0.0.1:8545"export RPC_URL="https://eth.llamarpc.com"
Troubleshooting:
Testnet
Manual Check
What to do if Fee Recipient is wrong?
Check your local configuration
Check client logs
Seek Lido's help
Last updated