Skip to content

Commit

Permalink
Add snapshot section to readme (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary authored Nov 23, 2024
2 parents 071d3b7 + 516f0e9 commit 001a286
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,19 @@ services:
POSTGRES_DATA_PATH=<path to store postgres data> docker-compose up
```
# Boot from a snapshot
* Mainnet (not yet available)
* Testnet ([2024-11-22](https://eigenlayer-sidecar.s3.us-east-1.amazonaws.com/snapshots/testnet-holesky/sidecar-testnet-holesky-20241122.dump))
```bash
curl -LO https://eigenlayer-sidecar.s3.amazonaws.com/snapshots/testnet/sidecar-testnet-2024-11-22.tar.gz
tar -xvf sidecar-testnet-2024-11-22.tar.gz
pg_restore --host <hostname> --port 5432 --username <username> --dbname <dbname> --no-owner sidecar-testnet-2024-11-22.dump
```
## RPC Routes
### Get current block height
Expand Down

0 comments on commit 001a286

Please sign in to comment.