diff --git a/docs/develop/dapps/apis/toncenter.md b/docs/develop/dapps/apis/toncenter.md index 83db954055..ab40fb1842 100644 --- a/docs/develop/dapps/apis/toncenter.md +++ b/docs/develop/dapps/apis/toncenter.md @@ -26,6 +26,7 @@ There are different ways to connect to blockchain: ## RPC Nodes +* [Chainstack](https://chainstack.com/build-better-with-ton/) — RPC nodes and indexer in multiple regions with geo and load balancing. * [Tatum](https://docs.tatum.io/reference/rpc-ton) — Access TON RPC nodes and powerful developer tools in one simple-to-use platform. * [GetBlock Nodes](https://getblock.io/nodes/ton/) — connect and test your dApps using GetBlocks Nodes * [TON Access](https://www.orbs.com/ton-access/) - HTTP API for The Open Network (TON). diff --git a/docs/develop/dapps/asset-processing/jettons.md b/docs/develop/dapps/asset-processing/jettons.md index 1864b2044c..73f62af9da 100644 --- a/docs/develop/dapps/asset-processing/jettons.md +++ b/docs/develop/dapps/asset-processing/jettons.md @@ -235,12 +235,13 @@ This transfer require some ton coins for **fees** and, optionally, **transfer no To send **comment** you need setup `forward payload`. Set **first 32 bits to 0x0** and append **your text**. -`forward payload` is sent in `transfer notification` internal message. It will be generated only if `forward amount` > 0. +`forward payload` is sent in `transfer notification` internal message. It will be generated only if `forward_ton_amount` > 0. Recommended `forward_ton_amount` for jetton transfer with comment is 1 nanoton. Finally, to retrieve `Excess` message you must set up `response destination`. -Sometimes you may encounter a `709` error when sending jetton. It says that the value of the toncoin attached to the message is not enough to send it. Make sure that `Toncoin > to_nano(TRANSFER_CONSUMPTION) + forward_ton_amount`. `TRANSFER_CONSUMPTION` in most cases may be 0.037 if the `forward_payload` is not too large. Also don't forget to attach enough `forward_ton_amount` or you can encounter a `cskip_no_gas` error if attached value too small. - +Sometimes you may encounter a `709` error when sending jetton. It says that the value of the toncoin attached to the message is not enough to send it. Make sure that `Toncoin > to_nano(TRANSFER_CONSUMPTION) + forward_ton_amount`. `TRANSFER_CONSUMPTION` in most cases may be 0.037 if the `forward_payload` is not too large. + +You may also encounter the error `cskip_no_gas`, which indicates that the jettons were successfully transferred, but no other calculations were performed. This is a common situation when the value of `forward_ton_amount` is equal to 1 nanoton. :::tip Check [best practices](/develop/dapps/asset-processing/jettons#best-practices) for _"send jettons with comments"_ example. diff --git a/docs/participate/run-nodes/become-validator.md b/docs/participate/run-nodes/become-validator.md index 3d96fec215..4818d180eb 100644 --- a/docs/participate/run-nodes/become-validator.md +++ b/docs/participate/run-nodes/become-validator.md @@ -8,7 +8,7 @@ - 1TB NVME SSD _OR_ Provisioned 64+k IOPS storage - 1 Gbit/s network connectivity - public IP address (_fixed IP address_) -- 16 TB/month traffic on peak load +- 100 TB/month traffic on peak load > Typically you'll need at least a 1 Gbit/s connection to reliably accommodate peak loads (the average load is expected to be approximately 100 Mbit/s).