fixes and starbility ()tetrt

This commit is contained in:
Dobromir Popov
2024-11-05 16:38:37 +02:00
parent 8f6a788717
commit 0780878c50
4 changed files with 227 additions and 165 deletions

View File

@ -21,6 +21,7 @@ SOLANA_HTTP_URL = os.getenv("SOLANA_HTTP_URL")
DISPLAY_CURRENCY = os.getenv('DISPLAY_CURRENCY', 'USD')
BOT_NAME = os.getenv("BOT_NAME")
FOLLOW_AMOUNT = os.getenv('FOLLOW_AMOUNT', 'percentage')
LIQUIDITY_TOKENS = os.getenv('LIQUIDITY_TOKENS', 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v').split(',')
SOLANA_ENDPOINTS = [
"wss://api.mainnet-beta.solana.com",