Skip to content

Commit 3a8d054

Browse files
committed
802
1 parent 479873c commit 3a8d054

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/v3/guidelines/ton-connect/guidelines/preparing-messages.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,8 @@ await connector.sendTransaction({
437437

438438
### Jetton transfer
439439

440-
The `body` for jetton transfers is based on the ([TEP-74](https://github.com/ton-blockchain/TEPs/blob/master/text/0074-jettons-standard.md#1-transfer)) standard. Please note that the number of decimals can vary between different tokens: for example, USDT uses 6 decimals (1 USDT = 1 \* 10 \*\* 6), while typically jettons and Toncoin uses 9 decimals(1 TON = 1 \* 10 \*\* 9).
440+
The `body` for jetton transfers is based on the ([TEP-74](https://github.com/ton-blockchain/TEPs/blob/master/text/0074-jettons-standard.md#1-transfer)) standard. Please note that the number of decimals can vary between different tokens: for example, USDT uses 6 decimals (1 USDT = 1 × 10<sup>6</sup>
441+
), while typically jettons and Toncoin uses 9 decimals(1 TON = 1 × 10<sup>9</sup>).
441442

442443

443444
:::info

0 commit comments

Comments
 (0)