mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
aaa
This commit is contained in:
parent
9aa69936dc
commit
4a3c717da5
1 changed files with 1 additions and 5 deletions
|
|
@ -1,10 +1,6 @@
|
||||||
require("@nomicfoundation/hardhat-toolbox");
|
require("@nomicfoundation/hardhat-toolbox");
|
||||||
|
|
||||||
|
/** @type import('hardhat/config').HardhatUserConfig */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
solidity: "0.8.28",
|
solidity: "0.8.28",
|
||||||
networks: {
|
|
||||||
localhost: {
|
|
||||||
url: "http://127.0.0.1:8545"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue