173 Commits

Author SHA1 Message Date
6bee091416 Update buy.ts
Added magentea Dexscreener link to log "Confirmed sell tx" using maker link.

\x1b[35mhttps://dexscreener.com/solana/${mint}?maker=${wallet.publicKey}\x1b[0m
2024-03-17 23:46:33 -05:00
cee6ee51f2 Merge pull request #61 from fdundjer/docs/readme
Update README.md
2024-03-17 20:35:54 +01:00
b6645f237c Update README.md 2024-03-17 20:35:44 +01:00
a91f1204d1 Merge pull request #59 from fdundjer/docs/readme
Update README.md
2024-03-17 17:05:01 +01:00
536cfe8f03 Update README.md 2024-03-17 17:04:50 +01:00
d2a55599d3 Merge pull request #58 from fdundjer/fix/sell-buy-improvements
fix: remove delay and listen to wallet changes
2024-03-16 19:22:28 +01:00
c482ac774b feat: remove delay and listen to wallet changes 2024-03-16 19:17:40 +01:00
47f8275ffe Merge pull request #45 from fdundjer/fix/sell-function
fix: sell function
2024-03-04 19:50:19 +01:00
19a09370b1 fix: sell function 2024-03-04 19:46:44 +01:00
d167e31958 Merge pull request #37 from vin0x/master
feat: mintable filter
2024-03-03 15:43:02 +01:00
b11ea53a60 Merge branch 'master' into master 2024-03-03 15:34:26 +01:00
f04b9b7f6b cleanup 2024-03-03 15:32:43 +01:00
b6c7c665e0 Merge pull request #35 from Journeytojah/feat-autosell
Feat autosell
2024-02-22 13:15:25 +01:00
07dccc56f9 Add .types directory
With MintLayout to support checkMintable function
2024-02-20 15:26:07 -03:00
22201d67a6 Add files via upload 2024-02-20 15:24:12 -03:00
7cea6c4803 Add mintable filter
Check if owner can mint tokens
2024-02-20 15:17:38 -03:00
eed2936657 fix: remove unused files 2024-02-20 18:55:03 +01:00
63d67616ff fix: cleanup sell function 2024-02-20 18:51:22 +01:00
2f0e73c9eb Remove pnpm
Remove work script command
Reuse poolkeys for sell
2024-02-18 18:51:11 +07:00
660415519f Update README.md 2024-02-17 09:44:43 +01:00
37d78cb999 Update README, .env
Remove Docker
2024-02-16 20:45:36 +07:00
81f406cffe Clean up for merge 2024-02-16 20:39:43 +07:00
71b02470cb Add auto sell feature 2024-02-14 20:06:15 +07:00
5bc7cec9bd Merge remote-tracking branch 'origin/HEAD' 2024-02-10 13:29:51 +07:00
1ab214fcba Disable logging and add auto sell feature 2024-02-10 13:20:29 +07:00
4f8b80389e Merge pull request #31 from fdundjer/feature/remove-open-book-cache
fix: remove open book cache, improve startup speed
2024-02-09 17:25:09 +01:00
ab16a326f0 fix: remove open book cache, improve startup speed 2024-02-09 17:19:57 +01:00
f6f1b1bbbd Merge pull request #28 from ThomAille/alternative_getProgramAccount
Alternative getProgramAccounts
2024-02-09 16:44:59 +01:00
1a6dbf2af9 fix: remove axios 2024-02-09 16:42:38 +01:00
6228e389c4 fix: initialization issue 2024-02-09 14:57:09 +01:00
ee3e252de7 feat: use pool open time for pool detection 2024-02-09 14:56:18 +01:00
0b22f1f396 Merge branch 'dockerized' 2024-02-09 20:38:14 +07:00
2e87fd29da Add auto sell feature and sell delay 2024-02-09 20:35:13 +07:00
224deebb77 Update wait time before selling in processRaydiumPool function 2024-02-09 19:57:37 +07:00
e0943f4794 Add Dockerfile and .dockerignore 2024-02-08 23:49:56 +07:00
47853e9119 Add BN.js import and implement sell function 2024-02-08 23:33:29 +07:00
afd645ac40 Add Discord webhook integration for posting messages 2024-02-07 23:27:44 +07:00
0c89f0d5e0 fix: change call getAllAccountsV4 and getALlMarketsV3 2024-02-04 22:00:24 +01:00
b7774a5c20 fix: change call getAllAccountsV4 and getALlMarketsV3 2024-02-04 22:00:22 +01:00
f3c0cd5651 feat: change getAllLiquidity and GetAllMarket 2024-02-04 21:57:41 +01:00
e5e20876eb fix: take only open markets when building cache 2024-02-04 15:55:19 +01:00
d5384e81d9 fix: increase max retries amount 2024-02-03 20:30:17 +01:00
3c487ccd74 fix: snipe list issue 2024-02-03 20:13:37 +01:00
1ad540c594 Merge pull request #26 from fdundjer/feature/custom-token-support
feat: add support for buying only specified tokens
2024-02-03 10:13:26 +01:00
9e1b2da0f1 feat: add support for buying only specified tokens 2024-02-03 10:12:42 +01:00
61531d06a7 docs: update readme 2024-01-30 10:55:00 +01:00
aff6b29bcb docs: cleanup readme 2024-01-30 10:10:19 +01:00
2eea039456 Merge pull request #18 from fdundjer/feature/add-suppport-for-wsol
feat: add support for wsol swaps
2024-01-30 09:58:37 +01:00
636ef3e515 feat: add support for wsol swaps 2024-01-30 09:57:39 +01:00
e8c8147bae Merge pull request #17 from fdundjer/feature/buy-only-when-market-is-open
feat: add filter for liquidity pool status - #1
2024-01-30 08:38:46 +01:00