mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
New hardhat project
This commit is contained in:
parent
a1fea8159e
commit
3ed534c270
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
||||||
|
require("@nomicfoundation/hardhat-toolbox");
|
||||||
|
|
||||||
|
/** @type import('hardhat/config').HardhatUserConfig */
|
||||||
|
module.exports = {
|
||||||
|
solidity: "0.8.24",
|
||||||
|
};
|
||||||
Loading…
Reference in a new issue