mirror of
https://github.com/ArpitxGit/ZusK.git
synced 2026-04-27 03:00:20 -04:00
5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
/** @type import('hardhat/config').HardhatUserConfig */
|
|
module.exports = {
|
|
solidity: "0.8.18",
|
|
};
|