-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (24 loc) · 1.49 KB
/
Copy path.env.example
File metadata and controls
29 lines (24 loc) · 1.49 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
# Arth Protocol Deployment Configuration
# Network Configuration
POOL_MANAGER=0x0000000000000000000000000000000000000000
WETH=0x0000000000000000000000000000000000000000
# Pool Configuration
TOKEN0=0x0000000000000000000000000000000000000000 # First token in pair (will be sorted)
TOKEN1=0x0000000000000000000000000000000000000000 # Second token in pair (will be sorted)
FEE=3000 # Pool fee (3000 = 0.3%)
TICK_SPACING=60 # Tick spacing for the pool
SQRT_PRICE_X96=79228162514264337593543950336 # Initial price (2^96 = 1.0)
# Pool Settings
MATURITY=1735689600 # Unix timestamp for pool maturity
UI_WALLET=0x0000000000000000000000000000000000 # Wallet to grant initial LP permissions
# Network-Specific Pool Managers (Optional - used if POOL_MANAGER not set)
POOL_MANAGER_MAINNET=0x0000000000000000000000000000000000000000
POOL_MANAGER_SEPOLIA=0x0000000000000000000000000000000000000000
POOL_MANAGER_BASE=0x0000000000000000000000000000000000000000
POOL_MANAGER_BASE_SEPOLIA=0x0000000000000000000000000000000000000000
POOL_MANAGER_ARBITRUM=0x0000000000000000000000000000000000000000
POOL_MANAGER_ARBITRUM_SEPOLIA=0x0000000000000000000000000000000000000000
POOL_MANAGER_OPTIMISM=0x0000000000000000000000000000000000000000
POOL_MANAGER_POLYGON=0x0000000000000000000000000000000000000000
# Private Key for Deployment
PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000000