17 lines
455 B
Bash
17 lines
455 B
Bash
# WeatherBet Bot Configuration
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# ===== Polygon Wallet =====
|
|
# Your Polygon private key (hex format, without 0x prefix)
|
|
PK=your_polygon_private_key_here
|
|
|
|
# Your Polygon wallet address
|
|
WALLET=0xYourWalletAddressHere
|
|
|
|
# Signature type (0 = EOA, 1 = PolyProxy, 2 = Ledger)
|
|
SIG_TYPE=0
|
|
|
|
# ===== Polymarket =====
|
|
# Optional: Polymarket API credentials (leave empty if not using)
|
|
# VC_KEY=your_vc_key_here
|