-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 747 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (18 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Deployer wallet private key (for contract deployment)
PRIVATE_KEY=your_private_key_here
# RPC URL used by Hardhat, scripts, keeper, and the backend.
DEPLOY_RPC_URL=https://rpc.testnet.arc.network
# Contract addresses (auto-written by deploy script)
# DEPLOY_MARKET_ADDRESS=0x...
# DEPLOY_AMM_ADDRESS=0x...
# DEPLOY_CLOB_ADDRESS=0x...
# DEPLOY_USDC_ADDRESS=0x3600000000000000000000000000000000000000
# DEPLOY_OO_V2_ADDRESS=0x...
# DEPLOY_FINDER_ADDRESS=0x...
# DEPLOY_TIMER_ADDRESS=0x...
# DEPLOY_MOCK_ORACLE_ADDRESS=0x...
# Optional Arc Memo payment test config
# MEMO_RECIPIENT_ADDRESS=0x...
# MEMO_PAYMENT_AMOUNT=0.05
# MEMO_PAYMENT_REF=predict-edge-test-001
# MEMO_PAYMENT_NOTE=app=predict-edge;type=test-payment;ref=predict-edge-test-001