Skip to content

Commit

Permalink
Add information about api keys (#730)
Browse files Browse the repository at this point in the history
Co-authored-by: Full-Hat <nikita3131228@gmail.com>
  • Loading branch information
pixelplex and Full-Hat committed Aug 29, 2024
1 parent 14a545a commit 95e21e2
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 95e21e2

Please sign in to comment.