- **clp_manager.py**: Renamed from 'uniswap_manager.py'. Standardized logic for Uniswap V3 liquidity provision. - **clp_hedger.py**: Renamed from 'unified_hedger.py'. Consolidated hedging logic including Delta Calculation fixes, EAC (Edge Avoidance), and Fishing order implementation. - **Cleanup**: Removed legacy 'aerodrome' folder and tools. - **Monitoring**: Added Telegram monitoring scripts. - **Config**: Updated gitignore to exclude market data CSVs.
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"ui": {
|
|
"useAlternateBuffer": true,
|
|
"incrementalRendering": true,
|
|
"multiline": true
|
|
},
|
|
"tools": {
|
|
"truncateToolOutputLines": 10000
|
|
}
|
|
} |