-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6168ad3
commit a26d306
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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% |