Can `run_ticktock` function work on a basechain?
Can `run_ticktock` function work on a basechain?
The function `run_ticktock` **only operates in the masterchain** and it's exclusive to the smart contracts whose addresses are specified in the corresponding config parameter.
Therefore, such smart contracts cannot work on a basechain.
- https://docs.ton.org/develop/howto/config-params#:~:text=The%20configuration%20parameters%20are%20certain,current%20masterchain%20state%20when%20needed.
- https://docs.ton.org/develop/func/functions#function-name
The function `run_ticktock` **only operates in the masterchain** and it's exclusive to the smart contracts whose addresses are specified in the corresponding config parameter.
Therefore, such smart contracts cannot work on a basechain.
Can `run_ticktock` function work on a basechain?
The function `run_ticktock` **only operates in the masterchain** and it's exclusive to the smart contracts whose addresses are specified in the corresponding config parameter.
Therefore, such smart contracts cannot work on a basechain.