Add freezable filter

Check if owner can freeze tokens
This commit is contained in:
Theo Brigitte
2024-04-19 23:00:32 +02:00
parent df38d332a0
commit 508e521433
6 changed files with 22 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;