Skip to content

Commit 9eab07f

Browse files
committed
fix component import
1 parent e36bb20 commit 9eab07f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/learning-lit/pricing/current-prices.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
22
title: "Current Prices"
33
---
4+
import { CurrentPricesTable } from '../../snippets/CurrentPricesTable';
45

56
The following table shows the current pricing for Lit Protocol services on the **naga-prod** network. Prices are displayed in both $LITKEY tokens and USD (based on current market rates).
67

78
<Note>
89
Prices update dynamically based on network usage. The values shown below reflect real-time prices fetched from the blockchain.
910
</Note>
1011

11-
import { CurrentPricesTable } from '../../snippets/CurrentPricesTable';
12-
1312
<CurrentPricesTable />
1413

1514
## Understanding the Price Table

docs/learning-lit/pricing/payment-model.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If your balance is insufficient, the request will fail. You can check your balan
4848

4949
To start using Lit Protocol's paid services:
5050

51-
1. **Acquire $LITKEY tokens** - Get tokens from exchanges or other sources (see [Getting $LITKEY](/governance/litkey/getting-litkey))
51+
1. **Acquire $LITKEY tokens** - [Get tokens](/governance/litkey/getting-litkey) from exchanges or other sources
5252
2. **Set up Payment Manager** - Configure your payment system using the [Payment Manager Setup Guide](/sdk/getting-started/payment-manager-setup)
5353
3. **Deposit tokens** - Load tokens into the ledger contract
5454
4. **Use the network** - Start making requests; tokens will be deducted automatically

0 commit comments

Comments
 (0)