Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Aug 7, 2024
1 parent b1b9eaf commit b2f15e0
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 @@ -221,3 +221,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 b2f15e0

Please sign in to comment.