Skip to content

Commit 6e37446

Browse files
nandit123gitbook-bot
authored andcommitted
GITBOOK-160: pay per use correction
#160: pay per use correction
1 parent 47f34a0 commit 6e37446

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* [💰 Get Balance](how-to/get-balance.md)
3333
* [🔁 Retrieve File](how-to/retrieve-file.md)
3434
* [💾 Check for Filecoin Deals](how-to/check-for-filecoin-deals.md)
35-
* [🔄 Handle Mutable Data](how-to/handle-mutable-data.md)
35+
* [🔄 IPNS - Handle Mutable Data](how-to/ipns-handle-mutable-data.md)
3636
* [📦 Migrate Files](how-to/migrate-files.md)
3737
* [📌 Pin CID](how-to/pin-cid.md)
3838
* [💸 Pay per use](how-to/pay-per-use.md)
File renamed without changes.

how-to/pay-per-use.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lighthouse.getPrice(filePathOrSize, network, token)
3939
/*
4040
filePathOrSize : file path in strings or file size in bytes.
4141
network : “filecoin” or “calibration”
42-
token : “native” or “usdc”
42+
token : “native” or “usdc” or (usdt for calibration)
4343
*/
4444
```
4545

@@ -60,7 +60,7 @@ lighthouse.fund(price, network, token, privateKey)
6060
/*
6161
price : upload cost of a file in smallest denomination
6262
network : “filecoin” or “calibration”
63-
token : “native” or “usdc”
63+
token : “native” or “usdc” or (usdt for calibration)
6464
privateKey: private key of the account to transfer from(skip for browser app)
6565
*/
6666
```

0 commit comments

Comments
 (0)