mirror of
https://github.com/codex-storage/codex-contracts-eth.git
synced 2025-01-24 10:29:36 +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 }
|
|
}
|
|
}
|