Skip to content

Commit

Permalink
Create config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TonTradeBot authored Dec 26, 2024
1 parent f29011d commit a1f77ff
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"wallet": {
"address": "your-wallet-address-here",
"privateKey": "your-private-key-here"
},
"tradingPreferences": {
"pumpDetection": {
"enabled": true,
"criteria": {
"volumeIncrease": 20,
"priceChange": 10
}
},
"sniperBot": {
"enabled": true,
"criteria": {
"maxBuyPrice": 5,
"targetTokens": ["SOL", "USDC"]
}
},
"yieldFarming": {
"enabled": true,
"pools": [
{
"name": "SOL-USDC",
"allocation": 50
},
{
"name": "SOL-RAY",
"allocation": 50
}
]
}
},
"dashboard": {
"port": 3000
},
"logging": {
"level": "info",
"file": "logs/bot.log"
}
}

0 comments on commit a1f77ff

Please sign in to comment.