2021-10-12 06:35:24 +00:00
|
|
|
require("@nomiclabs/hardhat-waffle")
|
2021-11-16 09:44:13 +00:00
|
|
|
require("hardhat-deploy")
|
2021-11-16 13:06:37 +00:00
|
|
|
require("hardhat-deploy-ethers")
|
2021-10-12 06:35:24 +00:00
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
solidity: "0.8.4",
|
2021-11-16 12:54:38 +00:00
|
|
|
namedAccounts: {
|
|
|
|
deployer: { default: 0 }
|
|
|
|
}
|
2021-10-12 06:35:24 +00:00
|
|
|
}
|