-
Hello, If solidity >=0.8.0 Because i don't find the link to copy paste the url to Import safeMath on the contract. I just find a GitHub link. Or like this page for AggregatorV3Interface.sol |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Jan 3, 2022
Replies: 1 comment
-
Hello @NinjaTurtles-cloud Safe Math is completely obsolete on Solidity version 0.8.0 so you can drop it safely. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wilonweb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @NinjaTurtles-cloud Safe Math is completely obsolete on Solidity version 0.8.0 so you can drop it safely.