Ask to load prices as part of setup

This commit is contained in:
Luke Van Seters 2022-01-21 13:16:08 -05:00
parent 99d92aaf7c
commit 747dfbd2bf

View File

@ -60,6 +60,12 @@ On first startup, you'll need to apply database migrations with:
./mev exec alembic upgrade head ./mev exec alembic upgrade head
``` ```
And load prices data
```
./mev prices fetch-all
```
## Usage ## Usage
### Inspect a single block ### Inspect a single block