Skip to content

Commit

Permalink
Update readme (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary authored Aug 12, 2024
2 parents 62c132f + b2f15e0 commit 53f7810
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,26 @@ helm upgrade --install \
-f ./eigenlayer-rewards-updater/values.yaml \
eigenlayer-rewards-updater ./eigenlayer-rewards-updater
```

# Environment-specific values

### `testnet-holesky`

```yaml
environment: testnet
network: holesky
rpc_url: https://ethereum-holesky-rpc.publicnode.com
proof_store_base_url: https://eigenlabs-rewards-testnet-holesky.s3.amazonaws.com
rewards_coordinator_address: 0xAcc1fb458a1317E886dB376Fc8141540537E68fE
```
### `mainnet-ethereum`

```yaml
environment: mainnet
network: ethereum
rpc_url: https://ethereum-rpc.publicnode.com
proof_store_base_url: https://eigenlabs-rewards-mainnet-ethereum.s3.amazonaws.com
rewards_coordinator_address: 0x7750d328b314effa365a0402ccfd489b80b0adda
```

0 comments on commit 53f7810

Please sign in to comment.