From b2f15e02cf3a91685a9a57b986b6992a9f3981dc Mon Sep 17 00:00:00 2001 From: Sean McGary Date: Wed, 7 Aug 2024 13:14:27 -0500 Subject: [PATCH] Update readme --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 63b1822..cc727a3 100644 --- a/README.md +++ b/README.md @@ -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 +``` +