X: DISABLE ALL SERVICES
This commit is contained in:
@@ -71,25 +71,25 @@ public class NenjimHubImpl implements NenjimHub {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void startAutoRunProcesses() {
|
private void startAutoRunProcesses() {
|
||||||
CurrencyIdentityService cis = new HardcodedCurrencyIdentityService();
|
//CurrencyIdentityService cis = new HardcodedCurrencyIdentityService();
|
||||||
SolanaBlockChain solanaBlockChain = new SolanaBlockChainImpl(cis);
|
//SolanaBlockChain solanaBlockChain = new SolanaBlockChainImpl(cis);
|
||||||
Raydium raydium = new RaydiumImpl(solanaBlockChain, cis);
|
//Raydium raydium = new RaydiumImpl(solanaBlockChain, cis);
|
||||||
|
|
||||||
PriceSource hardcodedPriceSource = new HardcodedPriceSource(cis);
|
//PriceSource hardcodedPriceSource = new HardcodedPriceSource(cis);
|
||||||
PriceSource raydiumPoolPriceSource = createEVEUSDTPriceSource(cis, raydium);
|
//PriceSource raydiumPoolPriceSource = createEVEUSDTPriceSource(cis, raydium);
|
||||||
|
|
||||||
startAssetAZTickerService(hardcodedPriceSource, raydiumPoolPriceSource);
|
//startAssetAZTickerService(hardcodedPriceSource, raydiumPoolPriceSource);
|
||||||
|
|
||||||
startJupiterPerpsAlarm(cis);
|
//startJupiterPerpsAlarm(cis);
|
||||||
|
|
||||||
Evelyn evelynProd = new EvelynImpl();
|
//Evelyn evelynProd = new EvelynImpl();
|
||||||
Evelyn evelynTest = new EvelynImpl();
|
//Evelyn evelynTest = new EvelynImpl();
|
||||||
startEvelynMissionControl(evelynProd, evelynTest);
|
//startEvelynMissionControl(evelynProd, evelynTest);
|
||||||
startNenjimComposer();
|
//startNenjimComposer();
|
||||||
startNenjimProcessManager();
|
//startNenjimProcessManager();
|
||||||
startNenjimTestTool();
|
//startNenjimTestTool();
|
||||||
startSodaTaskManager();
|
//startSodaTaskManager();
|
||||||
startSuwimoClient();
|
//startSuwimoClient();
|
||||||
|
|
||||||
// TODO: Old but more correct way to auto start plugins - but it is currently broken.
|
// TODO: Old but more correct way to auto start plugins - but it is currently broken.
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user