Closed Jean-Grimal closed 1 month ago
I'm not sure https://soliditylang.org/blog/2024/05/21/solidity-0.8.26-release-announcement/
Indeed, but we should change the solidity version to 0.8.26 then
I'm not sure https://soliditylang.org/blog/2024/05/21/solidity-0.8.26-release-announcement/
Indeed, but we should change the solidity version to 0.8.26 then
Yes I think we will
Require
can only take strings as inputs, not custom errorsThe other solution (if we want to keep custom errors) is to replace
require
byif
+revert