mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2026-07-14 14:46:36 +10:00
Merge pull request #63 from T3chie-404/T3chie-404-sell-maker-link
Update buy.ts
This commit is contained in:
@@ -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