mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-09 20:12:06 +10:00
cleanup: warnings
This commit is contained in:
1
bot.ts
1
bot.ts
@ -276,6 +276,7 @@ export class Bot {
|
||||
}
|
||||
}
|
||||
|
||||
// noinspection JSUnusedLocalSymbols
|
||||
private async swap(
|
||||
poolKeys: LiquidityPoolKeysV4,
|
||||
ataIn: PublicKey,
|
||||
|
||||
@ -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(
|
||||
|
||||
Reference in New Issue
Block a user