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 f3952db commit 2520d0fCopy full SHA for 2520d0f
web3deployment/reserveDeployer.js
@@ -158,6 +158,7 @@ const input = {
158
),
159
'Utils.sol': fs.readFileSync(contractPath + 'Utils.sol', 'utf8'),
160
'Utils2.sol': fs.readFileSync(contractPath + 'Utils2.sol', 'utf8'),
161
+ 'Utils3.sol': fs.readFileSync(contractPath + 'Utils3.sol', 'utf8'),
162
'FeeBurnerInterface.sol': fs.readFileSync(
163
contractPath + 'FeeBurnerInterface.sol',
164
'utf8'
0 commit comments