mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-10 04:22:05 +10:00
feat: complete rewrite
This commit is contained in:
1
helpers/promises.ts
Normal file
1
helpers/promises.ts
Normal file
@ -0,0 +1 @@
|
||||
export const sleep = (ms = 0) => new Promise((resolve) => setTimeout(resolve, ms));
|
||||
Reference in New Issue
Block a user