Filip Dunder před 1 rokem
rodič
revize
e16929571c
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1 0
      bot.ts
  2. 1 1
      transactions/transaction-executor.interface.ts

+ 1 - 0
bot.ts

@@ -276,6 +276,7 @@ export class Bot {
     }
   }
 
+  // noinspection JSUnusedLocalSymbols
   private async swap(
     poolKeys: LiquidityPoolKeysV4,
     ataIn: PublicKey,

+ 1 - 1
transactions/transaction-executor.interface.ts

@@ -1,4 +1,4 @@
-import { BlockhashWithExpiryBlockHeight, Keypair, MessageV0, Signer, VersionedTransaction } from '@solana/web3.js';
+import { BlockhashWithExpiryBlockHeight, Keypair, VersionedTransaction } from '@solana/web3.js';
 
 export interface TransactionExecutor {
   executeAndConfirm(