Installation

Prerequisites

Installation

git clone https://github.com/bloxapp/ssv-liquidator.git
cd ssv-liquidator
yarn install
yarn cli --help

This installation requires NodeJS on your machine.

Arguments

ParameterDescription

--node-url

Ethereum node end-point

--private-key

Private key of the liquidator's wallet

--ssv-token-address

--ssv-contract-address

--gas-price

Gas price heuristic according to the median gas price suggested by web3 gas price oracle:

  • Low (*0.1)

  • Med (*0.2)

  • High (*0.3)

Run

The liquidator node could be initiated with arguments in the yarn cli command or by using the .env variables.

yarn cli --node-url <ETH1 NODE URL> --private-key <LIQUIDATOR WALLET ADDRESS PK> --ssv-token-address <SSV NETWORK CONTRACT> --ssv-contract-address <SSV CONTRACT ADDRESS> --gas-price <PREFFERED GAS PRICE>

Last updated