Skip to content

Commit fea13d1

Browse files
committed
revert wrong markdownlint "fix"
1 parent 68410f2 commit fea13d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/exchanges.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,11 +390,11 @@ Hyperliquid handles deposits and withdrawals on the Arbitrum One chain, a Layer
390390
Unfortunately, hyperliquid only offers 5000 historic candles, so backtesting will either need to build candles historically (by waiting and downloading the data incrementally over time) - or will be limited to the last 5000 candles.
391391

392392
!!! Info "Some general best practices (non exhaustive)"
393-
*Beware of supply chain attacks, like pip package poisoning etcetera. Whenever you use your private key, make sure your environment is safe.
393+
* Beware of supply chain attacks, like pip package poisoning etcetera. Whenever you use your private key, make sure your environment is safe.
394394
* Don't use your actual wallet private key for trading. Use the Hyperliquid [API generator](https://app.hyperliquid.xyz/API) to create a separate API wallet.
395-
*Don't store your actual wallet private key on the server you use for freqtrade. Use the API wallet private key instead. This key won't allow withdrawals, only trading.
395+
* Don't store your actual wallet private key on the server you use for freqtrade. Use the API wallet private key instead. This key won't allow withdrawals, only trading.
396396
* Always keep your mnemonic phrase and private key private.
397-
*Don't use the same mnemonic as the one you had to backup when initializing a hardware wallet, using the same mnemonic basically deletes the security of your hardware wallet.
397+
* Don't use the same mnemonic as the one you had to backup when initializing a hardware wallet, using the same mnemonic basically deletes the security of your hardware wallet.
398398
* Create a different software wallet, only transfer the funds you want to trade with to that wallet, and use that wallet to trade on Hyperliquid.
399399
* If you have funds you don't want to use for trading (after making a profit for example), transfer them back to your hardware wallet.
400400

0 commit comments

Comments
 (0)