-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
48 lines (35 loc) · 1.71 KB
/
Copy path.env.example
File metadata and controls
48 lines (35 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Nethermind Arbitrum Docker Compose Configuration
# Copy this file to .env and fill in the required values
# =============================================================================
# REQUIRED - Parent Chain (L1) Configuration
# =============================================================================
# L1 RPC endpoint URL (e.g., Ethereum mainnet or Sepolia)
PARENT_CHAIN_RPC_URL=CHANGEME
# L1 Beacon chain endpoint URL for blob data
PARENT_CHAIN_BEACON_URL=CHANGEME
# =============================================================================
# NETWORK CONFIGURATION
# =============================================================================
# Nethermind configuration to use
# Options: arbitrum-mainnet, arbitrum-mainnet-archive, arbitrum-sepolia, arbitrum-sepolia-archive
NETWORK=arbitrum-mainnet
# Arbitrum chain ID (42161 for mainnet, 421614 for Sepolia)
CHAIN_ID=42161
# Parent chain ID (1 for mainnet, 11155111 for Sepolia)
PARENT_CHAIN_ID=1
# Nitro EL init flag for mainnet (leave empty for Sepolia)
# For mainnet: INIT_LATEST_FLAG=--init.latest=genesis
# For Sepolia: INIT_LATEST_FLAG= (empty)
# INIT_LATEST_FLAG=
# =============================================================================
# DOCKER IMAGES
# =============================================================================
# Nethermind Arbitrum execution client image
NETHERMIND_IMAGE=nethermind/nethermind-arbitrum:0.2.1
# Nitro consensus client image
NITRO_IMAGE=offchainlabs/nitro-node:v3.10.1-d7f07be
# =============================================================================
# OPTIONAL
# =============================================================================
# Log level for Nitro (DEBUG, INFO, WARN, ERROR)
# LOG_LEVEL=INFO