parent
ed719bc9a3
commit
83e7b776d4
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,4 @@ |
||||
node_modules |
||||
artifacts |
||||
cache |
||||
dist/ |
||||
dist/ |
||||
|
@ -1,4 +0,0 @@ |
||||
{ |
||||
"_format": "hh-sol-cache-2", |
||||
"files": {} |
||||
} |
@ -1,9 +1,13 @@ |
||||
import './lib/index'; |
||||
import '@nomiclabs/hardhat-waffle'; |
||||
import "hardhat-gas-reporter"; |
||||
|
||||
/** |
||||
* @type import('hardhat/config').HardhatUserConfig |
||||
*/ |
||||
module.exports = { |
||||
solidity: '0.7.6', |
||||
gasReporter: { |
||||
currency: "USD", |
||||
}, |
||||
}; |
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue