mango-v4/bin/liquidator/src
Serge Farny 338a9cb7b8
liquidator: add allow/forbid token list (#883)
liquidator: add a way to restrict token accepted by the liquidator 

- add allow/forbid list of token for liquidation & conditional token swap triggering
- add allow/forbid list for perp market liquidation
- housekeeping: extract cli args to a dedicated file
- move more hardcoded thing to config and stop using token name (replace with token index)
2024-02-19 10:20:12 +01:00
..
cli_args.rs liquidator: add allow/forbid token list (#883) 2024-02-19 10:20:12 +01:00
liquidate.rs liquidator: add allow/forbid token list (#883) 2024-02-19 10:20:12 +01:00
main.rs liquidator: add allow/forbid token list (#883) 2024-02-19 10:20:12 +01:00
metrics.rs Switch all tokio Interval to MissedTickBehavior::Delay (#840) 2024-01-09 11:25:55 +01:00
rebalance.rs rust client: remove jupiter v4 (#879) 2024-02-14 14:20:23 +01:00
telemetry.rs Switch all tokio Interval to MissedTickBehavior::Delay (#840) 2024-01-09 11:25:55 +01:00
token_swap_info.rs liquidator: make tcs max amount configurable (#874) 2024-02-09 11:31:37 +01:00
trigger_tcs.rs liquidator: add allow/forbid token list (#883) 2024-02-19 10:20:12 +01:00
util.rs