diff --git a/protocol/contracts/interfaces/IBeanstalk.sol b/protocol/contracts/interfaces/IBeanstalk.sol index 9161cde746..0bbccd8c95 100644 --- a/protocol/contracts/interfaces/IBeanstalk.sol +++ b/protocol/contracts/interfaces/IBeanstalk.sol @@ -70,7 +70,7 @@ interface IBeanstalk { bytes32 r, bytes32 s ) external payable; - + function deposit( address token, uint256 _amount, diff --git a/protocol/contracts/libraries/LibTractor.sol b/protocol/contracts/libraries/LibTractor.sol index 65d8d0cefe..11c507a592 100644 --- a/protocol/contracts/libraries/LibTractor.sol +++ b/protocol/contracts/libraries/LibTractor.sol @@ -11,7 +11,6 @@ import {C} from "contracts/C.sol"; * @author funderbrker, 0xm00neth **/ library LibTractor { - enum CounterUpdateType { INCREASE, DECREASE @@ -81,7 +80,7 @@ library LibTractor { _tractorStorage().version = version; emit TractorVersionSet(version); } - + /** * @notice Increment the blueprint nonce by 1. * @param blueprintHash blueprint hash diff --git a/protocol/contracts/libraries/Oracle/LibUsdOracle.sol b/protocol/contracts/libraries/Oracle/LibUsdOracle.sol index 1537b210d3..f10f04d8c2 100644 --- a/protocol/contracts/libraries/Oracle/LibUsdOracle.sol +++ b/protocol/contracts/libraries/Oracle/LibUsdOracle.sol @@ -106,9 +106,9 @@ library LibUsdOracle { if (chainlinkOraclePriceAddress == address(0)) { // use the chainlink registry chainlinkOraclePriceAddress = ChainlinkPriceFeedRegistry(chainlinkRegistry).getFeed( - token, - 0x0000000000000000000000000000000000000348 - ); // 0x0348 is the address for USD + token, + 0x0000000000000000000000000000000000000348 + ); // 0x0348 is the address for USD } // todo: need to update timeout @@ -148,9 +148,9 @@ library LibUsdOracle { if (chainlinkOraclePriceAddress == address(0)) { // use the chainlink registry chainlinkOraclePriceAddress = ChainlinkPriceFeedRegistry(chainlinkRegistry).getFeed( - chainlinkToken, - 0x0000000000000000000000000000000000000348 - ); // 0x0348 is the address for USD + chainlinkToken, + 0x0000000000000000000000000000000000000348 + ); // 0x0348 is the address for USD } uint256 chainlinkTokenPrice = LibChainlinkOracle.getTokenPrice(