nascarsid / Boolien-Smart-Contracts

0 stars 1 forks source link

Compile for current version of EVM #11

Closed mudgen closed 2 years ago

mudgen commented 2 years ago

The truffle-config.js file has the Solidity compiler configured to compile for the "istanbul" version of the EVM, however the current version of the EVM is "london".

I recommend targeting the compiler to the current version of the EVM. More info about this here: https://docs.soliditylang.org/en/v0.8.11/using-the-compiler.html?highlight=evm#setting-the-evm-version-to-target