mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
commit
This commit is contained in:
@@ -61,3 +61,20 @@ LIGHTER_ENV=testnet # mainnet | testnet | staging | dev
|
||||
# LIGHTER_MARKET_ID=1 # Prefer explicit market id when symbols differ
|
||||
# LIGHTER_PRICE_DECIMALS=3 # Manual override for price decimals (optional)
|
||||
# LIGHTER_SIZE_DECIMALS=3 # Manual override for size decimals (optional)
|
||||
|
||||
# Backpack exchange configuration
|
||||
# Fill these with your Backpack API credentials and preferences
|
||||
|
||||
BACKPACK_API_KEY=
|
||||
BACKPACK_API_SECRET=
|
||||
BACKPACK_PASSWORD=
|
||||
BACKPACK_SUBACCOUNT=
|
||||
|
||||
# Use sandbox environment: "true" to enable, otherwise leave as false
|
||||
BACKPACK_SANDBOX=false
|
||||
|
||||
# Default trading symbol (falls back to TRADE_SYMBOL or BTCUSDC)
|
||||
BACKPACK_SYMBOL=BTC_USD_PERP
|
||||
|
||||
# Enable verbose adapter logging: set to "1" or "true"
|
||||
BACKPACK_DEBUG=false
|
||||
Reference in New Issue
Block a user