Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 08d0592

Browse files
authored
feat: fix solana airdrop amount (#3226)
* feat: fix `solana airdrop` amount * feat: update solana wrap amount * fix: revert formating table
1 parent 3894408 commit 08d0592

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

token-lending/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ This is optional! You can skip these steps and use the [Token Lending CLI](./cli
9090

9191
1. Score yourself some sweet SOL:
9292
```shell
93-
solana airdrop -k owner.json 10
94-
solana airdrop -k owner.json 10
95-
solana airdrop -k owner.json 10
93+
solana airdrop -k owner.json 2
94+
solana airdrop -k owner.json 2
95+
solana airdrop -k owner.json 2
9696
```
9797
You'll use this for transaction fees, rent for your program accounts, and initial reserve liquidity. If you run
9898
into issues with the airdrop command, see the [docs](https://docs.solana.com/cli/transfer-tokens#airdrop-some-tokens-to-get-started) for more info.
@@ -112,11 +112,11 @@ This is optional! You can skip these steps and use the [Token Lending CLI](./cli
112112
```shell
113113
spl-token wrap \
114114
--fee-payer owner.json \
115-
10.0 \
115+
2.0 \
116116
-- owner.json
117117

118-
# Wrapping 10 SOL into AJ2sgpgj6ZeQazPPiDyTYqN9vbj58QMaZQykB9Sr6XY
118+
# Wrapping 2 SOL into AJ2sgpgj6ZeQazPPiDyTYqN9vbj58QMaZQykB9Sr6XY
119119
```
120120
You'll use this for initial reserve liquidity. Note the SPL Token account pubkey (e.g. `AJ2sgpgj6ZeQazPPiDyTYqN9vbj58QMaZQykB9Sr6XY`).
121121

122-
1. Use the [Token Lending CLI](./cli/README.md) to create a lending market and add reserves to it.
122+
1. Use the [Token Lending CLI](./cli/README.md) to create a lending market and add reserves to it.

0 commit comments

Comments
 (0)