mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2026-06-22 04:11:27 +10:00
Update buy.ts
Added magentea Dexscreener link to log "Confirmed sell tx" using maker link. \x1b[35mhttps://dexscreener.com/solana/${mint}?maker=${wallet.publicKey}\x1b[0m
This commit is contained in:
@@ -370,7 +370,8 @@ async function sell(accountId: PublicKey, mint: PublicKey, amount: BigNumberish)
|
|||||||
|
|
||||||
logger.info(
|
logger.info(
|
||||||
{ mint, signature, url: `https://solscan.io/tx/${signature}?cluster=${network}` },
|
{ mint, signature, url: `https://solscan.io/tx/${signature}?cluster=${network}` },
|
||||||
`Confirmed sell tx`,
|
`Confirmed sell tx,
|
||||||
|
\x1b[35mhttps://dexscreener.com/solana/${mint}?maker=${wallet.publicKey}\x1b[0m`,
|
||||||
);
|
);
|
||||||
sold = true;
|
sold = true;
|
||||||
} catch (e: any) {
|
} catch (e: any) {
|
||||||
|
|||||||
Reference in New Issue
Block a user