Skip to content

Commit 99cbf9e

Browse files
committed
pnpm lint:fix
Signed-off-by: shankar <shankar@layerzerolabs.org>
1 parent 1d88111 commit 99cbf9e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

examples/oft-hyperliquid/HYPERLIQUID.README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ npx @layerzerolabs/hyperliquid-composer trading-fee \
126126
Enables your token to be used as a quote asset for trading pairs.
127127

128128
> ⚠️ **Important**: Review the complete [Quote Assets (Fee Tokens)](https://github.com/LayerZero-Labs/devtools/tree/main/packages/hyperliquid-composer/HYPERLIQUID.README.md#quote-assets-fee-tokens) section in the main documentation for:
129+
>
129130
> - Mainnet requirements (technical and liquidity)
130131
> - Testnet requirements (50 HYPE stake + active order book)
131132
> - Order book maintenance for `HYPE/YOUR_ASSET` pair
@@ -532,6 +533,7 @@ npx @layerzerolabs/hyperliquid-composer trading-fee \
532533
This step enables the token to be used as a quote asset for trading pairs. This allows other tokens to form trading pairs against your token (e.g., TOKEN/YOUR_TOKEN instead of only YOUR_TOKEN/USDC).
533534

534535
> ⚠️ **Important**: Review the complete [Quote Assets (Fee Tokens)](../../packages/hyperliquid-composer/HYPERLIQUID.README.md#quote-assets-fee-tokens) section in the main documentation for detailed requirements, including:
536+
>
535537
> - Mainnet: Complete technical and liquidity requirements
536538
> - Testnet: Simplified requirements (50 HYPE stake + active order book)
537539
> - Order book maintenance for `HYPE/YOUR_ASSET` pair after enablement
@@ -547,16 +549,17 @@ npx @layerzerolabs/hyperliquid-composer enable-quote-token \
547549
```
548550

549551
**Prerequisites:**
552+
550553
- Trading fee share must be set (see Step 6/7 above)
551554
- **Testnet**: 50 HYPE staked + active BUY and SELL limit orders on your token's order book
552555
- **Mainnet**: All requirements per [Hyperliquid's documentation](https://hyperliquid.gitbook.io/hyperliquid-docs/hypercore/permissionless-spot-quote-assets)
553556

554557
**After Execution:**
558+
555559
- A `HYPE/YOUR_ASSET` trading pair is automatically created
556560
- You must maintain order book requirements for the new `HYPE/ASSET` pair
557561
- Verify quote asset status with the `is-quote-asset` command
558562

559-
560563
### Step 6.7/7 `enableAlignedQuoteToken` (Optional)
561564

562565
This step enables the token to be used as an aligned quote asset for trading pairs. Aligned quote tokens have special properties and requirements different from regular quote tokens.

0 commit comments

Comments
 (0)