feat: add position size and leverage to Telegram confirmation message

This commit is contained in:
mindesbunister
2025-10-27 01:06:51 +01:00
parent 428b3dc078
commit b82ceb49a4
4 changed files with 7 additions and 5 deletions

View File

@@ -20,10 +20,10 @@ services:
# Load from .env file (create from .env.example)
DRIFT_WALLET_PRIVATE_KEY: ${DRIFT_WALLET_PRIVATE_KEY}
DRIFT_ENV: "${DRIFT_ENV:-mainnet-beta}"
DRIFT_ENV: ${DRIFT_ENV:-mainnet-beta}
API_SECRET_KEY: ${API_SECRET_KEY}
SOLANA_RPC_URL: ${SOLANA_RPC_URL}
PYTH_HERMES_URL: "${PYTH_HERMES_URL:-https://hermes.pyth.network}"
PYTH_HERMES_URL: ${PYTH_HERMES_URL:-https://hermes.pyth.network}
# Trading configuration
MAX_POSITION_SIZE_USD: ${MAX_POSITION_SIZE_USD:-50}