Skip to content

Commit

Permalink
Move to other section
Browse files Browse the repository at this point in the history
  • Loading branch information
hweawer committed Oct 22, 2024
1 parent cf3c715 commit fb21289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ Unvetting is the proces of decreasing approved depositable signing keys.
| 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 Expand Up @@ -121,6 +120,8 @@ poetry run pytest tests -m unit

#### Run integration tests.

TESTNET_WEB3_RPC_ENDPOINTS - set this variable for the Ethereum EL testnet RPC

Install Anvil

```bash
Expand Down

0 comments on commit fb21289

Please sign in to comment.