Skip to content

Commit

Permalink
added .env.copy
Browse files Browse the repository at this point in the history
  • Loading branch information
outsmartchad committed Jun 27, 2024
1 parent 6168ad3 commit a26d306
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/helpers/.env.copy
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## mainnet (comment the following if you want to switch to devnet)
PRIVATE_KEY = YOUR_PRIVATE_KEY
## devnet (un-comment the following if you want to switch to devnet)
#PRIVATE_KEY = YOUR_PRIVATE_KEY

# recommend to use https://dev.helius.xyz/rpcs/my
# or https://shyft.to/dashboard/overview
DEVNET_ENDPOINT = YOUR_RPC_DEVNET_ENDPOINT
MAINNET_ENDPOINT = YOUR_RPC_MAINNET_ENDPOINT
# please get the api key in https://shyft.to/dashboard/overview
SHYFT_API_KEY = YOUR_SHYFT_API_KEY
# recommend to use 0.00009
# specify the fee for jito if you want to land your transaction faster
JITO_FEE = "0.001"
TAKE_PROFIT = 0.1 # sell when price up 10%
STOP_LOST = 0.2 # sell when price down 20%

0 comments on commit a26d306

Please sign in to comment.