We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd815f commit 52ca7beCopy full SHA for 52ca7be
hardhat.config.ts
@@ -47,5 +47,6 @@ export default {
47
currency: 'USD',
48
enabled: process.env.REPORT_GAS ? true : false,
49
excludeContracts: ['mocks/'],
50
+ coinmarketcap: process.env.COINMARKETCAP_API_KEY,
51
},
52
} as HardhatUserConfig
0 commit comments