Commit b9cdba28 authored by Mark Tyneway's avatar Mark Tyneway

contracts-governance: fix build

parent edb10c75
......@@ -61,6 +61,14 @@ const config: HardhatUserConfig = {
url: 'http://localhost:8545',
},
},
paths: {
deployConfig: 'deploy-config',
},
deployConfigSpec: {
upgrader: {
type: 'address',
},
},
gasReporter: {
enabled: process.env.REPORT_GAS !== undefined,
currency: 'USD',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment