-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (31 loc) · 925 Bytes
/
.env.example
File metadata and controls
36 lines (31 loc) · 925 Bytes
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
# Required
PRIVATE_KEY=0xYOUR_PRIVATE_KEY
# Optional API key override
# If unset, AgentDrop uses the built-in default:
# zpka_d5ab747fd4bc4415bd0652ad673299da_c3ab6d36
LINKDROP_API_KEY=
# Optional RPC configuration
# If chain-specific URL is set, it takes priority over RPC_URL.
RPC_URL=
RPC_URL_POLYGON=
RPC_URL_BASE=
RPC_URL_ARBITRUM=
RPC_URL_OPTIMISM=
RPC_URL_AVALANCHE=
# Optional Linkdrop hosts
LINKDROP_BASE_URL=https://p2p.linkdrop.io
LINKDROP_API_URL=https://escrow-api.linkdrop.io/v3
# Optional AgentDrop service configuration
PORT=4021
X402_PAY_TO=
X402_NETWORK=eip155:84532
X402_PRICE_USD=$0.05
X402_FACILITATOR_URL=https://x402.org/facilitator
# Public campaign guardrails
AGENTDROP_ALLOWED_CHAINS=base
AGENTDROP_ALLOWED_TOKENS=native
AGENTDROP_MAX_NATIVE_AMOUNT=0.00001
AGENTDROP_NATIVE_BUDGET=0.0001
# Optional, only if you explicitly allow ERC20 tokens
AGENTDROP_MAX_ERC20_AMOUNT=
AGENTDROP_ERC20_BUDGET=