Installation
Prerequisites
The minimum hardware requirements are very low. A single board computer could run multiple instances of the bot, along with other tasks and services, without perceiving an impact on performance.
Installation
This installation requires NodeJS on your machine.
Arguments
Parameter | Description |
---|---|
| The Ethereum execution node end-point |
| Private key of the liquidator's wallet |
| SSV token contract address |
| The ssv.network contract address |
| The ssv.network views contract address |
| Gas price heuristic according to the median gas price suggested by web3 gas price oracle:
|
Run
The liquidator bot could be initiated with arguments in the yarn cli
command or by using the .env variables.
Make sure that --ssv-sync
and --node-url
parameters (or SSV_SYNC
and NODE_URL
environment variables) are all relative to the same blockchain.
For example, for Holesky (using a sample QuickNode RPC endpoint), the command should look like this:
The smart contract addresses were taken from this page, in this instance.
Last updated