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

@ -1,13 +1,4 @@
[
{
"version": "0.35.0",
"changes": [
{
"note": "Adds support for BancorV3 to EthereumBridgeAdapter",
"pr": 492
}
]
},
{
"version": "0.34.0",
"changes": [
@ -18,6 +9,10 @@
{
"note": "Add stETH wrap/unwrap support",
"pr": 476
},
{
"note": "Adds support for BancorV3 to EthereumBridgeAdapter",
"pr": 492
}
]
},

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;