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
90
90
91
91
1 . Score yourself some sweet SOL:
92
92
``` 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
96
96
```
97
97
You'll use this for transaction fees, rent for your program accounts, and initial reserve liquidity. If you run
98
98
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
112
112
``` shell
113
113
spl-token wrap \
114
114
--fee-payer owner.json \
115
- 10 .0 \
115
+ 2 .0 \
116
116
-- owner.json
117
117
118
- # Wrapping 10 SOL into AJ2sgpgj6ZeQazPPiDyTYqN9vbj58QMaZQykB9Sr6XY
118
+ # Wrapping 2 SOL into AJ2sgpgj6ZeQazPPiDyTYqN9vbj58QMaZQykB9Sr6XY
119
119
```
120
120
You'll use this for initial reserve liquidity. Note the SPL Token account pubkey (e.g. ` AJ2sgpgj6ZeQazPPiDyTYqN9vbj58QMaZQykB9Sr6XY ` ).
121
121
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