Hardhat Configuring Multiple Solidity Versions

[Solved] Hardhat Configuring Multiple Solidity Versions | Solidity - Code Explorer | yomemimo.com
Question : hardhat Configuring Multiple Solidity versions

Answered by : dejan-ilic

module.exports = { solidity: { compilers: [ { version: "0.5.5", }, { version: "0.6.7", settings: {}, }, ], },
};

Source : https://hardhat.org/guides/compile-contracts | Last Update : Mon, 27 Jun 22

Answers related to hardhat configuring multiple solidity versions

Code Explorer Popular Question For Solidity