Skip to content

Commit

Permalink
add SMART_MONEY_WALLET in .env.copy in src/helpers/
Browse files Browse the repository at this point in the history
  • Loading branch information
outsmartchad committed Aug 20, 2024
1 parent 4e32bc1 commit 046cbd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers/.env.copy
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ MAINNET_ENDPOINT = "https://mainnet.helius-rpc.com/?api-key=<YOUR_HELIUS_API_KEY
# specify the fee for jito if you want to land your transaction faster
JITO_FEE = "0.0001"
TAKE_PROFIT = 0.1 # sell when price up 10%
STOP_LOST = 0.2 # sell when price down 20%
STOP_LOST = 0.2 # sell when price down 20%
SMART_MONEY_WALLET = "YOUR_SMART_MONEY_WALLET"

0 comments on commit 046cbd4

Please sign in to comment.