Last active
February 1, 2023 15:39
-
-
Save bartubozkurt/bdb0fdc0ba2097f4b16639c5cc89b37d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Bad */ | |
pragma solidity ^0.4.25; | |
/* Better */ | |
pragma solidity 0.8.17; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment