Commit b9cdba28 authored by Mark Tyneway's avatar Mark Tyneway

contracts-governance: fix build

parent edb10c75
...@@ -61,6 +61,14 @@ const config: HardhatUserConfig = { ...@@ -61,6 +61,14 @@ const config: HardhatUserConfig = {
url: 'http://localhost:8545', url: 'http://localhost:8545',
}, },
}, },
paths: {
deployConfig: 'deploy-config',
},
deployConfigSpec: {
upgrader: {
type: 'address',
},
},
gasReporter: { gasReporter: {
enabled: process.env.REPORT_GAS !== undefined, enabled: process.env.REPORT_GAS !== undefined,
currency: 'USD', 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