mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Update hardhat.config.js
This commit is contained in:
parent
bc9aea60b0
commit
0196dfff97
1 changed files with 8 additions and 3 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
require("@nomicfoundation/hardhat-toolbox");
|
require("@nomiclabs/hardhat-waffle");
|
||||||
|
|
||||||
/** @type import('hardhat/config').HardhatUserConfig */
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
solidity: "0.8.24",
|
solidity: "0.8.4",
|
||||||
|
networks: {
|
||||||
|
devnet: {
|
||||||
|
url: "http://localhost:8545",
|
||||||
|
chainId: 1337,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue