Skip to content

Commit

Permalink
Variables in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hweawer committed Oct 22, 2024
1 parent b94e6bd commit cf3c715
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ Unvetting is the proces of decreasing approved depositable signing keys.

## Running Daemon

1. Create `.env` file
1. Create `.env` file
2. Setup variables
- Set WEB3_RPC_ENDPOINTS
- Set WALLET_PRIVATE_KEY
- Set CREATE_TRANSACTIONS to true
- Set MESSAGE_TRANSPORTS to rabbit
- Set RABBIT_MQ_URL, RABBIT_MQ_USERNAME and RABBIT_MQ_PASSWORD
- Set WEB3_RPC_ENDPOINTS
- Set WALLET_PRIVATE_KEY
- Set CREATE_TRANSACTIONS to true
- Set MESSAGE_TRANSPORTS to rabbit
- Set RABBIT_MQ_URL, RABBIT_MQ_USERNAME and RABBIT_MQ_PASSWORD
3. ```docker-compose up```
4. Send metrics and logs to grafana
5. Setup alerts
Expand Down Expand Up @@ -83,6 +83,8 @@ Unvetting is the proces of decreasing approved depositable signing keys.
| MAX_CYCLE_LIFETIME_IN_SECONDS | 1200 | Max lifetime of usual cycle. If cycle will not end in this time, bot will crush |
| MELLOW_CONTRACT_ADDRESS | None | If variable is set then deposit can go to predifined module |
| VAULT_DIRECT_DEPOSIT_THRESHOLD | 1 ether | If mellow vault has VAULT_DIRECT_DEPOSIT_THRESHOLD ethers then direct deposit will be sent |
| ONCHAIN_TRANSPORT_RPC_ENDPOINTS | - | RPC endpoint for the databus RPC, Gnosis at the moment |
| TESTNET_WEB3_RPC_ENDPOINTS | - | RPC endpoint for the Ethereum EL testnet RPC(it is used only for running tests) |

## Metrics and logs

Expand Down

0 comments on commit cf3c715

Please # to comment.