-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (31 loc) · 1.37 KB
/
.env.example
File metadata and controls
39 lines (31 loc) · 1.37 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
# 0G Storage
ZERO_G_PRIVATE_KEY= # Funded wallet private key for 0G transactions (get testnet tokens from faucet.0g.ai)
ZERO_G_RPC_URL=https://evmrpc-testnet.0g.ai
ZERO_G_INDEXER_URL=https://indexer-storage-testnet-turbo.0g.ai
# 0G Compute
ZERO_G_PROVIDER_ADDRESS=0xa48f01287233509FD694a22Bf840225062E67836
ZERO_G_API_KEY= # Generate from 0G Compute marketplace UI
ZERO_G_SERVICE_URL=https://compute-network-6.integratenetwork.work/v1/proxy
# COMPUTE_PROVIDER=groq # use 'groq' for development, '0g' for demo
# Groq (default compute provider during development)
GROQ_API_KEY= # Get from console.groq.com
# Etherscan
ETHERSCAN_API_KEY= # Get from https://etherscan.io/apis (free account)
# Uniswap
UNISWAP_API_KEY= # Get from https://hub.uniswap.org
UNISWAP_ROUTER_ADDRESS=
# Ledger
LEDGER_DMK_API_URL=
LEDGER_WEBHOOK_SECRET=
# Safe
SAFE_FACTORY_ADDRESS=
AGENT_PRIVATE_KEY= # Generated EOA — run: npx tsx src/scripts/generate-agent-wallet.ts
AGENT_WALLET_ADDRESS= # Corresponding address (needs Sepolia ETH for gas)
ORCHESTRA_POLICY_ADDRESS= # Deployed OrchestraPolicy contract on Sepolia
# RPC
RPC_URL=
SEPOLIA_RPC_URL= # Alchemy Sepolia: https://eth-sepolia.g.alchemy.com/v2/YOUR_KEY
CHAIN_ID=
# General
AUTO_EXECUTE_LIMIT_USD=100
WATCHER_INTERVAL_MS=300000