Skip to content

Commit

Permalink
Merge branch 'jerome-benoit-hyperliquid'
Browse files Browse the repository at this point in the history
  • Loading branch information
iterativv committed Jan 6, 2025
2 parents 47da83b + 64a9d47 commit 2a294ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/exampleconfig_secret.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
"exchange": {
"name": "binance",
"key": "",
"password": "",
"secret": "",
"walletAddress": "",
"privateKey": "",
"ccxt_config": {},
"ccxt_async_config": {},
"pair_whitelist": []
Expand Down
4 changes: 4 additions & 0 deletions live-account-example.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ FREQTRADE__TRADING_MODE=futures

FREQTRADE__EXCHANGE__NAME=binance
FREQTRADE__EXCHANGE__KEY=Put_Your_Exchange_Key_Here
# FREQTRADE__EXCHANGE__PASSWORD=Put_Your_Exchange_Key_Password_Here
FREQTRADE__EXCHANGE__SECRET=Put_Your_Exchange_Keys_Secret_Here
# hyperliquid
# FREQTRADE__EXCHANGE__WALLET_ADDRESS=Your_Eth_Wallet_Address
# FREQTRADE__EXCHANGE__PRIVATE_KEY=Your_Api_Private_Key

FREQTRADE__TELEGRAM__ENABLED=false
FREQTRADE__TELEGRAM__TOKEN=123123123:123123YourTelegramTokenConfiguration
Expand Down

0 comments on commit 2a294ca

Please sign in to comment.