mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-10 04:22:05 +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:
3
buy.ts
3
buy.ts
@ -370,7 +370,8 @@ async function sell(accountId: PublicKey, mint: PublicKey, amount: BigNumberish)
|
||||
|
||||
logger.info(
|
||||
{ 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;
|
||||
} catch (e: any) {
|
||||
|
||||
Reference in New Issue
Block a user