Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions examples/l2/.env.holesky → examples/l2/.env.hoodi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# .env example for holesky network
NETWORK=holesky
ETH_RPC_URL=https://ethereum-holesky-rpc.publicnode.com
WS_ETH_RPC_URL=wss://ethereum-holesky-rpc.publicnode.com
# .env example for hoodi network
NETWORK=hoodi
ETH_RPC_URL=https://ethereum-hoodi-rpc.publicnode.com
WS_ETH_RPC_URL=wss://ethereum-hoodi-rpc.publicnode.com
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
PRIVATE_KEY_STORE_PATH=<PATH_TO_STATE_TRANSITION_OWNER_KEYSTORE>
PRIVATE_KEY_STORE_PASSWORD=<STATE_TRANSITION_OWNER_KEYSTORE_PASSWORD>
Expand Down
Loading