2022-01-20 11:44:35 +00:00
|
|
|
require("hardhat-deploy")
|
|
|
|
require("hardhat-deploy-ethers")
|
|
|
|
|
2022-01-18 11:11:16 +00:00
|
|
|
module.exports = {
|
2024-05-13 09:51:43 +00:00
|
|
|
solidity: "0.8.24",
|
2022-01-20 11:44:35 +00:00
|
|
|
namedAccounts: {
|
|
|
|
deployer: { default: 0 }
|
|
|
|
}
|
|
|
|
}
|