You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ecosystem/wallet-apps/tonkeeper.mdx
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Overall procedure is:
37
37
- Deploy wallet's code to this address. Some of these funds will be used to pay for the deploy process. Now the wallet is in [`active`](/foundations/status#status-variety) status, and can be used for any purpose.
38
38
39
39
<Aside
40
-
type="caution"
40
+
type="danger"
41
41
title="Funds at risk"
42
42
>
43
43
Addresses of both mainnet and testnet accounts can be derived from the same mnemonic, i.e. the same key might be used for both wallets. Beware these accounts exist only in their corresponding networks.
@@ -49,15 +49,6 @@ Overall procedure is:
49
49
Verify which network is used before any funds are sent.
50
50
</Aside>
51
51
52
-
<Aside
53
-
type="caution"
54
-
title="Bug!"
55
-
>
56
-
There is a bug in Tonkeeper. Mainnet [subwallet ID](/standard/wallets/how-it-works#subwallet-id) is used to generate the address of testnet account.
57
-
58
-
If an address from Tonkeeper doesn't match an address computed with `@ton/ton` or some other library, this might be the reason.
59
-
</Aside>
60
-
61
52
### Generate a key
62
53
63
54
1. Install Tonkeeper on [iOS](https://apps.apple.com/us/app/tonkeeper-ton-wallet/id1587742107) or [Android](https://play.google.com/store/apps/details?id=com.ton_keeper).
@@ -218,7 +209,7 @@ Overall procedure is:
218
209
219
210
### Add funds into the wallet
220
211
221
-
For full instructions, see [How to get Toncoin on testnet](/contract-dev/testing/testnet-tokens).
212
+
The [How to get Toncoin on testnet](/contract-dev/testing/testnet-tokens) guide covers the full procedure.
222
213
223
214
#### Quick version
224
215
@@ -239,7 +230,7 @@ For full instructions, see [How to get Toncoin on testnet](/contract-dev/testing
239
230
### Deploy the code
240
231
241
232
<Aside
242
-
type="caution"
233
+
type="danger"
243
234
title="Funds at risk"
244
235
>
245
236
On-chain transfers are irreversible — verify the recipient and amount before confirming. Use testnet for practice; use mainnet only for real transfers.
0 commit comments