forked from sportstensor/sn41
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi_trading.env.example
More file actions
26 lines (23 loc) · 908 Bytes
/
api_trading.env.example
File metadata and controls
26 lines (23 loc) · 908 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
# Default credential set (no prefix)
EOA_WALLET_ADDRESS=
EOA_WALLET_PK=
# Proxy wallet address generated by Polymarket
EOA_PROXY_FUNDER=
POLYMARKET_API_KEY=
POLYMARKET_API_SECRET=
POLYMARKET_API_PASSPHRASE=
# Optional: Additional credential sets with prefix
# Example: WALLET1_ prefix creates a credential set named "WALLET1". Can be any prefix. i.e. WONE_, WTWO, THISISCOOL_, THISISALSOCOOL_, etc.
# WALLET1_EOA_WALLET_ADDRESS=
# WALLET1_EOA_WALLET_PK=
# WALLET1_EOA_PROXY_FUNDER=
# WALLET1_POLYMARKET_API_KEY=
# WALLET1_POLYMARKET_API_SECRET=
# WALLET1_POLYMARKET_API_PASSPHRASE=
# Example: WALLET2_ prefix creates a credential set named "WALLET2". Can be any prefix. i.e. WONE_, WTWO, THISISCOOL_, THISISALSOCOOL_, etc.
# WALLET2_EOA_WALLET_ADDRESS=
# WALLET2_EOA_WALLET_PK=
# WALLET2_EOA_PROXY_FUNDER=
# WALLET2_POLYMARKET_API_KEY=
# WALLET2_POLYMARKET_API_SECRET=
# WALLET2_POLYMARKET_API_PASSPHRASE=