mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-01-12 16:44:23 +00:00
10 lines
155 B
JavaScript
10 lines
155 B
JavaScript
require("hardhat-deploy")
|
|
require("hardhat-deploy-ethers")
|
|
|
|
module.exports = {
|
|
solidity: "0.8.11",
|
|
namedAccounts: {
|
|
deployer: { default: 0 }
|
|
}
|
|
}
|