mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
11 lines
No EOL
195 B
JavaScript
11 lines
No EOL
195 B
JavaScript
require("@nomiclabs/hardhat-waffle");
|
|
require("@nomiclabs/hardhat-ethers");
|
|
|
|
module.exports = {
|
|
solidity: "0.8.4",
|
|
networks: {
|
|
localhost: {
|
|
url: "http://127.0.0.1:8545"
|
|
}
|
|
}
|
|
}; |