mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-10 04:22:05 +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(
|
private async swap(
|
||||||
poolKeys: LiquidityPoolKeysV4,
|
poolKeys: LiquidityPoolKeysV4,
|
||||||
ataIn: PublicKey,
|
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 {
|
export interface TransactionExecutor {
|
||||||
executeAndConfirm(
|
executeAndConfirm(
|
||||||
|
|||||||
Reference in New Issue
Block a user