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
1a3ed4ca7c
commit
c0dfe4fcae
1 changed files with 3 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
require("@nomiclabs/hardhat-waffle");
|
require("@nomicfoundation/hardhat-toolbox");
|
||||||
|
|
||||||
|
/** @type import('hardhat/config').HardhatUserConfig */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
solidity: "0.8.4",
|
solidity: "0.8.24",
|
||||||
networks: {
|
networks: {
|
||||||
devnet: {
|
devnet: {
|
||||||
url: "http://localhost:8545",
|
url: "http://localhost:8545",
|
||||||
chainId: 1337,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue