2
0
mirror of https://github.com/status-im/dagger-contracts.git synced 2025-02-24 12:28:18 +00:00

11 lines
191 B
JavaScript
Raw Normal View History

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