This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ This is optional! You can skip these steps and use the [Token Lending CLI](./cli
9090
91911 . 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.
You can’t perform that action at this time.
0 commit comments