tokamak-network / Tms-contract

GNU General Public License v3.0
0 stars 1 forks source link

Update the compiler optimizer settings #12

Closed usgeeus closed 2 months ago

usgeeus commented 2 months ago

Description Update the optimizer settings. One of the purpose of multisend is to save gas.

Configuration

Impact Deployment of the contract would be cheaper, but the execution of the contract will be more expensive if the optimizer_runs is too small.

Recommendation Increase the optimizer_runs to 100000000 And activate via_ir if possible to save gas

usgeeus commented 2 months ago

Solved, closing this issue