mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-21 03:49:10 +00:00
11 lines
191 B
JavaScript
11 lines
191 B
JavaScript
require("@nomiclabs/hardhat-waffle")
|
|
require("hardhat-deploy")
|
|
require("hardhat-deploy-ethers")
|
|
|
|
module.exports = {
|
|
solidity: "0.8.4",
|
|
namedAccounts: {
|
|
deployer: { default: 0 }
|
|
}
|
|
}
|