Skip to content

Commit

Permalink
Add information about api keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Full-Hat committed Aug 19, 2024
1 parent fe5179c commit 120ac93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/dapps/asset-processing/jettons.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ the `Jetton master contract` provides the get method `get_wallet_address(slice o
<Tabs groupId="retrieve-wallet-address">
<TabItem value="api" label="API">

> Run `get_wallet_address(slice owner_address)` through `/runGetMethod` method from the [Toncenter API](https://toncenter.com/api/v3/#/default/run_get_method_api_v3_runGetMethod_post).
> Run `get_wallet_address(slice owner_address)` through `/runGetMethod` method from the [Toncenter API](https://toncenter.com/api/v3/#/default/run_get_method_api_v3_runGetMethod_post). In real cases (not test ones) it is important to always check that wallet indeed is attributed to desired Jetton Master. Check code example for more.
</TabItem>
<TabItem value="js" label="js">
Expand Down

0 comments on commit 120ac93

Please sign in to comment.