Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Last active February 1, 2023 15:39
Show Gist options
  • Save bartubozkurt/bdb0fdc0ba2097f4b16639c5cc89b37d to your computer and use it in GitHub Desktop.
Save bartubozkurt/bdb0fdc0ba2097f4b16639c5cc89b37d to your computer and use it in GitHub Desktop.
/* 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