v0.5.1-pre.008

This commit is contained in:
2026-08-10 11:21:07 +02:00
parent a2820062eb
commit 0e05c660c6
90 changed files with 2490 additions and 1613 deletions

View File

@@ -0,0 +1,24 @@
{
"active_profile": "local_devnet",
"sources": {
"logging": "config/logging.config.json",
"transport": "config/transport.config.json",
"listeners": "config/listeners.config.json",
"store": "config/store.config.json",
"wallet": "config/wallet.config.json",
"execution": "config/execution.config.json"
},
"profiles": [
{
"name": "local_devnet",
"application": {
"name": "khadhroony-bot3",
"environment": "development",
"demo": {
"live_demo_enabled": true,
"trading_demo_enabled": false
}
}
}
]
}