@@ -4,8 +4,11 @@ const solc = require('solc');
44const contractPath = path . join ( __dirname , "../contracts/" ) ;
55const input = {
66 "ConversionRates.sol" : fs . readFileSync ( contractPath + 'reserves/fprConversionRate/ConversionRates.sol' , 'utf8' ) ,
7- "VolumeImbalanceRecorder .sol" : fs . readFileSync ( contractPath + 'reserves/VolumeImbalanceRecorder .sol' , 'utf8' ) ,
7+ "EnhancedStepFunctions .sol" : fs . readFileSync ( contractPath + 'reserves/fprConversionRate/EnhancedStepFunctions .sol' , 'utf8' ) ,
88 "ConversionRatesInterface.sol" : fs . readFileSync ( contractPath + 'ConversionRatesInterface.sol' , 'utf8' ) ,
9+ "reserves/fprConversionRate/ConversionRates.sol" : fs . readFileSync ( contractPath + 'reserves/fprConversionRate/ConversionRates.sol' , 'utf8' ) ,
10+ "reserves/VolumeImbalanceRecorder.sol" : fs . readFileSync ( contractPath + 'reserves/VolumeImbalanceRecorder.sol' , 'utf8' ) ,
11+ "VolumeImbalanceRecorder.sol" : fs . readFileSync ( contractPath + 'reserves/VolumeImbalanceRecorder.sol' , 'utf8' ) ,
912 "PermissionGroups.sol" : fs . readFileSync ( contractPath + 'PermissionGroups.sol' , 'utf8' ) ,
1013 "ERC20Interface.sol" : fs . readFileSync ( contractPath + 'ERC20Interface.sol' , 'utf8' ) ,
1114 "ExpectedRate.sol" : fs . readFileSync ( contractPath + 'ExpectedRate.sol' , 'utf8' ) ,
@@ -36,14 +39,13 @@ const input = {
3639 "Utils.sol" : fs . readFileSync ( contractPath + 'Utils.sol' , 'utf8' ) ,
3740 "Utils2.sol" : fs . readFileSync ( contractPath + 'Utils2.sol' , 'utf8' ) ,
3841 "Utils3.sol" : fs . readFileSync ( contractPath + 'Utils3.sol' , 'utf8' ) ,
39- "reserves/fprConversionRate/ConversionRates.sol" : fs . readFileSync ( contractPath + 'reserves/fprConversionRate/ConversionRates.sol' , 'utf8' ) ,
40- "reserves/VolumeImbalanceRecorder.sol" : fs . readFileSync ( contractPath + 'reserves/VolumeImbalanceRecorder.sol' , 'utf8' ) ,
4142 "Withdrawable.sol" : fs . readFileSync ( contractPath + 'Withdrawable.sol' , 'utf8' ) ,
4243 "WhiteList.sol" : fs . readFileSync ( contractPath + 'WhiteList.sol' , 'utf8' ) ,
4344 "WhiteListInterface.sol" : fs . readFileSync ( contractPath + 'WhiteListInterface.sol' , 'utf8' ) ,
4445 "WrapFeeBurner.sol" : fs . readFileSync ( contractPath + 'wrappers/WrapFeeBurner.sol' , 'utf8' ) ,
4546 "KyberUniswapReserve.sol" : fs . readFileSync ( contractPath + 'reserves/bridgeReserves/uniswap/KyberUniswapReserve.sol' , 'utf8' ) ,
4647 "WrapperBase.sol" : fs . readFileSync ( contractPath + 'wrappers/WrapperBase.sol' , 'utf8' ) ,
48+ "SetStepFunctionWrapper.sol" : fs . readFileSync ( contractPath + 'wrappers/SetStepFunctionWrapper.sol' , 'utf8' ) ,
4749 "WrapConversionRate.sol" : fs . readFileSync ( contractPath + 'wrappers/WrapConversionRate.sol' , 'utf8' ) ,
4850 "WrapReadTokenData.sol" : fs . readFileSync ( contractPath + 'wrappers/WrapReadTokenData.sol' , 'utf8' )
4951 } ;
0 commit comments