Merge pull request #19 from zkokk/deploy

New hardhat project
This commit is contained in:
zkokk 2024-06-14 13:54:09 +03:00 committed by GitHub
commit 7bcd4716bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,6 @@
require("@nomicfoundation/hardhat-toolbox");
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: "0.8.24",
};