File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ # .env example for hoodi network
2+ NETWORK=hoodi
3+ ETH_RPC_URL=https://ethereum-hoodi-rpc.publicnode.com
4+ WS_ETH_RPC_URL=wss://ethereum-hoodi-rpc.publicnode.com
5+ BEACON_CLIENT_URL=<YOUR_BEACON_CLIENT_URL> # This can't be a public one as we need to retrieve blobs and they don't support that method
6+ PRIVATE_KEY_STORE_PATH=<PATH_TO_STATE_TRANSITION_OWNER_KEYSTORE>
7+ PRIVATE_KEY_STORE_PASSWORD=<STATE_TRANSITION_OWNER_KEYSTORE_PASSWORD>
8+ STATE_TRANSITION_CONTRACT_ADDRESS=<STATE_TRANSITION_CONTRACT_ADDRESS>
Original file line number Diff line number Diff line change 1- RPC_URL=https://ethereum-holesky -rpc.publicnode.com
1+ RPC_URL=https://ethereum-hoodi -rpc.publicnode.com
22# Initial state root of db, see in crates/l2/db.rs
33INITIAL_STATE_ROOT=0x3c1d1c01f8e0a4533085bc9d8a3829c5f6872e6d6cf62e04ae71acbc803747ce
44# You can read it from crates/l2/programs_ids.json and generate it via `make generate_program_id`
@@ -7,7 +7,7 @@ PROGRAM_ID=<PROGRAM_ID>
77OWNER_ADDRESS=<CONTRACT_OWNER_ADDRESS>
88# Private key used to deploy the contract
99PRIVATE_KEY=<PRIVATE_KEY_TO_DEPLOY>
10- # This is the aligned proof aggregator address in holesky see:
10+ # This is the aligned proof aggregator address in hoodi see:
1111# https://docs.alignedlayer.com/guides/7_contract_addresses
12- ALIGNED_PROOF_AGGREGATOR_ADDRESS=0xe84CD4084d8131841CE6DC265361f81F4C59a1d4
12+ ALIGNED_PROOF_AGGREGATOR_ADDRESS=0xEFeD2fd949995BE1a1C7f61AbFC0A33412c37f95
1313ETHERSCAN_API_KEY=<YOUR_ETHERSCAN_API_KEY>
You can’t perform that action at this time.
0 commit comments