-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
34 lines (28 loc) · 1.37 KB
/
Copy path.env.example
File metadata and controls
34 lines (28 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
# ==================================================
# BTC 15-min Live Trading Bot - Environment Variables
# ==================================================
# Copy this file to .env and fill in your credentials:
# cp .env.example .env
#
# NEVER commit .env to git!
# ── WALLET (REQUIRED) ──────────────────────────────
# Your Polygon wallet private key (with 0x prefix)
PRIVATE_KEY=0x_your_private_key_here
# Proxy wallet address (only if using Gnosis Safe / SIGNATURE_TYPE=1 or 2)
FUNDER_ADDRESS=
SIGNATURE_TYPE=0
# ── POLYMARKET API (REQUIRED) ──────────────────────
# Generate at: https://clob.polymarket.com
POLY_API_KEY=
POLY_API_SECRET=
POLY_API_PASSPHRASE=
# ── POLYGON NETWORK ────────────────────────────────
# Default public RPC works, but Alchemy/Infura is recommended for reliability
RPC_URL=https://polygon-rpc.com
CHAIN_ID=137
# ── POLYMARKET CLOB ────────────────────────────────
CLOB_HOST=https://clob.polymarket.com
# ── TELEGRAM (OPTIONAL) ───────────────────────────
# Create a bot via @BotFather, get chat ID via @userinfobot
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=