Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 388 Bytes

SolidityVersion.md

File metadata and controls

7 lines (4 loc) · 388 Bytes

Solidity Version

Newer versions of Solidity compilers support for gas optimizations along with bug fixes and security patches, so updating to the latest version will not only make our code safer but cheaper as well.

Guidelines

To catch most of the recent optimizations, make sure we’re using the higher versions of Solitiy compilers, at least 0.8.4: pragma solidity ^0.8.4;