Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Sep 24, 2024
1 parent 836ec33 commit 27c093b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,19 @@ e.g.
https://eigenpayments-dev.s3.us-east-2.amazonaws.com
```

### `--root-index`

EnvVar: `EIGENLAYER_ROOT_INDEX`

The index of the root to disable

e.g.

```bash
10
```


The proof store will fetch two files from this URL with the following paths:

```bash
Expand Down Expand Up @@ -256,3 +269,16 @@ proof_store_base_url: https://eigenlabs-rewards-mainnet-ethereum.s3.amazonaws.co
rewards_coordinator_address: 0x7750d328b314effa365a0402ccfd489b80b0adda
```

## CLI Examples

### Disable root

```bash
eigenlayer-rewards-updater disable-root \
--environment testnet \
--network holesky \
--rpc-url https://ethereum-holesky-rpc.publicnode.com \
--rewards-coordinator-address "0xAcc1fb458a1317E886dB376Fc8141540537E68fE" \
--private-key "<ethereum private key>" \
--root-index 10
```

0 comments on commit 27c093b

Please sign in to comment.