Skip to content

Commit 09f5b47

Browse files
committed
update Jetton transfer fee
1 parent 27a7784 commit 09f5b47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/develop/dapps/asset-processing/usdt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ transaction_fee = gas_used * gas_price
2222
* `gas_used` is the amount of gas was used during transaction execution.
2323
* `gas_price` price on 1 unit of gas in Gwei, calculated dynamically
2424

25-
On the other hand average fee for sending any amount of a custom Jettons (e.g., jUSDT) in TON Blockchain is about 0.037 TON nowadays. Even if TON price increases 100 times, transactions will [remain ultra-cheap](/develop/smart-contracts/fees#average-transaction-cost).
25+
On the other hand average fee for sending any amount of a custom Jettons (e.g., jUSDT) in TON Blockchain is about 0.01 TON nowadays. Even if TON price increases 100 times, transactions will [remain ultra-cheap](/develop/smart-contracts/fees#average-transaction-cost).
2626

2727
## jUSDT vs USDT
2828

docs/develop/smart-contracts/fees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Average fee for sending any amount of TON is 0.0055 TON.
8989

9090
### Fees for sending Jettons?
9191

92-
Average fee for sending any amount of a custom Jettons is 0.037 TON.
92+
Average fee for sending any amount of a custom Jettons is 0.01 TON.
9393

9494
### Cost of minting NFTs?
9595

0 commit comments

Comments
 (0)