Add indicators to backtest and bot (#14)
* Add indicators to backtest and bot * Remove
This commit is contained in:
@@ -275,7 +275,7 @@ public class EvmManagerTests
|
||||
var manager = new EvmManager(Subgraphs);
|
||||
var account = PrivateKeys.GetAccount();
|
||||
|
||||
var allowance = await manager.GetAllowance(account.Key, Ticker.BTC);
|
||||
var allowance = await manager.GetAllowance(account.Key, Ticker.USDC);
|
||||
Assert.IsType<decimal>(allowance);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user