Merge pull request #90 from TheoBrigitte/freezable

Add freezable filter
This commit is contained in:
Filip Dunđer
2024-04-21 14:19:33 +02:00
committed by GitHub
7 changed files with 24 additions and 11 deletions

1
bot.ts
View File

@ -26,6 +26,7 @@ import { WarpTransactionExecutor } from './transactions/warp-transaction-executo
export interface BotConfig {
wallet: Keypair;
checkRenounced: boolean;
checkFreezable: boolean;
checkBurned: boolean;
minPoolSize: TokenAmount;
maxPoolSize: TokenAmount;