Skip to content

Rescues ENS names from compromised accounts using flashbots

License

Notifications You must be signed in to change notification settings

Arachnid/flashbots-ens-rescue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashbots ENS Rescue

This package helps rescue ENS names using Flashbots.

Usage

git clone https://github.com/arachnid/flashbots-ens-rescue.git
cd flashbots-ens-rescue
yarn
yarn start [args]

Available command line arguments:

Options:
  -r --rpc <url>             RPC URL to proxy to (default: "http://localhost:8545/")
  -f --from <private key>    Private key of compromised account to transfer from
  -t --to <address>          Address to transfer names to
  -n --names <names>         Comma-separated list of names to transfer
  -f --funder <private key>  Private key of account to fund the transactions
  -g --gasprice <number>     Gas price in GWEI to pay for all transactions (default: "100")
  -h, --help                 display help for command

Arguments that are not supplied on the command line will be prompted for interactively.

Once all arguments are provided, a bundle will be constructed that funds the compromised account and rescues the names atomically.

About

Rescues ENS names from compromised accounts using flashbots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published