Skip to content

Commit

Permalink
Added new "private_node" option
Browse files Browse the repository at this point in the history
Removed Pinksale
Simplified LP Pair usage
V2
  • Loading branch information
tsarbuig committed Feb 27, 2022
1 parent 4d54194 commit 63749e5
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 545 deletions.
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"WALLETADDRESS5": "null",
"PRIVATEKEY5": "null",

"MEMPOOL_METHOD": "normal", // write 'normal' for a normal token, and 'pinksale' to snipe token launched on Pinksale
"MEMPOOL_METHOD": "private_node", // write 'public_node' if you're using a Public Node, and 'private_node' if you're using a private node...

"USECUSTOMNODE": "false",
"CUSTOMNODE": "false", // put your own node here if you want and set USECUSTOMNODE = true
Expand Down
Loading

0 comments on commit 63749e5

Please sign in to comment.