Skip to content

Commit de809a3

Browse files
Add .env example files for hoodi network
1 parent 92b6c3a commit de809a3

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

examples/l2/.env.hoodi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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 numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
33
INITIAL_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>
77
OWNER_ADDRESS=<CONTRACT_OWNER_ADDRESS>
88
# Private key used to deploy the contract
99
PRIVATE_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
1313
ETHERSCAN_API_KEY=<YOUR_ETHERSCAN_API_KEY>

0 commit comments

Comments
 (0)