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