Skip to content

Commit 2520d0f

Browse files
Minor fix to reserveDeployer.js script due to ConversionRates not compiling (#689)
1 parent f3952db commit 2520d0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web3deployment/reserveDeployer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ const input = {
158158
),
159159
'Utils.sol': fs.readFileSync(contractPath + 'Utils.sol', 'utf8'),
160160
'Utils2.sol': fs.readFileSync(contractPath + 'Utils2.sol', 'utf8'),
161+
'Utils3.sol': fs.readFileSync(contractPath + 'Utils3.sol', 'utf8'),
161162
'FeeBurnerInterface.sol': fs.readFileSync(
162163
contractPath + 'FeeBurnerInterface.sol',
163164
'utf8'

0 commit comments

Comments
 (0)