Strictest / tests / minor improvements

This commit is contained in:
Aleksandr Kraiz
2023-02-17 17:31:35 +04:00
parent 11c8348ee9
commit 2c24f71453
39 changed files with 566 additions and 128 deletions

View File

@@ -28,7 +28,7 @@ export default class BalanceGuard {
private readonly signer: ethers.Signer;
private readonly logger?: (message: string) => void;
private readonly logger?: ((message: string) => void) | undefined
constructor(
balances: Partial<Record<string, Record<'exchange' | 'wallet', BigNumber>>>,