tact-lang / tact-docs

Tact main documentation
https://docs.tact-lang.org
41 stars 36 forks source link

Update the maximum gas limit per transaction to 0.4 TON #298

Closed tarunbhm closed 4 days ago

tarunbhm commented 5 days ago

Looking at the current config values at https://tonscan.org/config#20, the maximum gas limit for a single transaction is 10 TON.

Gusarich commented 4 days ago

The number "10 TON" is only correct for masterchain. At this moment, in basechain it's 0.4 TON.

tarunbhm commented 4 days ago

Thanks @Gusarich for correcting me. I just realized that the heading at https://tonscan.org/config#21 is confusing. They mention param 20 as "gas params" and param 21 as "Marsterchain gas params". I updated the PR to reflect 0.4 TON instead of 10 TON.