浏览代码

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

Update buy.ts
Filip Dunđer 1 年之前
父节点
当前提交
817f4f5fa4
共有 1 个文件被更改,包括 2 次插入1 次删除
  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) {