From 6bee091416162af9f88c3ba317935914cde503f6 Mon Sep 17 00:00:00 2001 From: t3chie <72902793+T3chie-404@users.noreply.github.com> Date: Sun, 17 Mar 2024 23:46:33 -0500 Subject: [PATCH] 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 --- buy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buy.ts b/buy.ts index 13f5725..674b10a 100644 --- a/buy.ts +++ b/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) {