Skip to content

Commit f01a488

Browse files
committed
change wallet v2 to v3
1 parent 6be9460 commit f01a488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ const wallet = new WalletClass(tonweb.provider, {
340340
#### Preparation
341341

342342
1. [Prepare a list of accepted Jettons](#adding-new-jettons-for-asset-processing-and-initial-verification).
343-
2. Deploy hot wallet (using v3R2 if no Jetton withdrawals are expected; highload v2 - if Jetton withdrawals are expected). [Wallet deployment](/develop/dapps/asset-processing/#wallet-deployment).
343+
2. Deploy hot wallet (using v3R2 if no Jetton withdrawals are expected; highload v3 - if Jetton withdrawals are expected). [Wallet deployment](/develop/dapps/asset-processing/#wallet-deployment).
344344

345345
#### Creating deposits
346346

@@ -431,7 +431,7 @@ See: [Jetton contracts message layouts](#jetton-contract-message-layouts)
431431
#### Preparation
432432

433433
1. Prepare a list of Jettons for withdrawals: [Adding new Jettons for processing and initial verification](#adding-new-jettons-for-asset-processing-and-initial-verification)
434-
2. Hot wallet deployment is initiated. Highload v2 is recommended. [Wallet Deployment](/develop/dapps/asset-processing/#wallet-deployment)
434+
2. Hot wallet deployment is initiated. Highload v3 is recommended. [Wallet Deployment](/develop/dapps/asset-processing/#wallet-deployment)
435435
3. Carry out a Jetton transfer using a hot wallet address to initialize the Jetton wallet and replenish its balance.
436436

437437
#### Processing withdrawals

0 commit comments

Comments
 (0)