Skip to content

Commit b216134

Browse files
committed
upds
1 parent ecf54dc commit b216134

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

ecosystem/wallet-apps/tonkeeper.mdx

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Overall procedure is:
3737
- 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.
3838

3939
<Aside
40-
type="caution"
40+
type="danger"
4141
title="Funds at risk"
4242
>
4343
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:
4949
Verify which network is used before any funds are sent.
5050
</Aside>
5151

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-
6152
### Generate a key
6253

6354
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:
218209

219210
### Add funds into the wallet
220211

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.
222213

223214
#### Quick version
224215

@@ -239,7 +230,7 @@ For full instructions, see [How to get Toncoin on testnet](/contract-dev/testing
239230
### Deploy the code
240231

241232
<Aside
242-
type="caution"
233+
type="danger"
243234
title="Funds at risk"
244235
>
245236
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

Comments
 (0)