address comments

This commit is contained in:
Noah Khamliche
2022-06-03 14:41:42 -04:00
committed by Noah Khamliche
parent 8f2f4554eb
commit 50e99e6eac
2 changed files with 5 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ import "./interfaces/IBancorV3.sol";
contract BancorV3Sampler
{
/// @dev Gas limit for BancorV3 calls.
uint256 constant private BancorV3_CALL_GAS = 1500e3; // 150k
uint256 constant private BancorV3_CALL_GAS = 150e3; // 150k
address constant public ETH = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE;