Browse Source

Merge pull request #63 from T3chie-404/T3chie-404-sell-maker-link

Update buy.ts
Filip Dunđer 1 year ago
parent
commit
817f4f5fa4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      buy.ts

+ 2 - 1
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) {