diff --git a/tests/tests/protocols/aave/AaveAdapterTest.sol b/tests/tests/protocols/aave/AaveAdapterTest.sol index 7a39c80bb..eccc2cdc7 100644 --- a/tests/tests/protocols/aave/AaveAdapterTest.sol +++ b/tests/tests/protocols/aave/AaveAdapterTest.sol @@ -146,7 +146,7 @@ abstract contract AaveAdapterRedeemTest is AaveAdapterTestBase { // test underlying with decimals that are not 18 __test_redeem_success({ _aToken: __getATokenAddress(address(non18DecimalUnderlying)), - _amount: 10 * assetUnit(non18DecimalUnderlying) + _amount: 18 * assetUnit(non18DecimalUnderlying) }); } diff --git a/tests/tests/protocols/gmx-v2/GMXV2LeverageTradingPosition.t.sol b/tests/tests/protocols/gmx-v2/GMXV2LeverageTradingPosition.t.sol index 023b51b15..d64d5aa1e 100644 --- a/tests/tests/protocols/gmx-v2/GMXV2LeverageTradingPosition.t.sol +++ b/tests/tests/protocols/gmx-v2/GMXV2LeverageTradingPosition.t.sol @@ -108,7 +108,7 @@ abstract contract TestBase is IntegrationTest { reader: _reader, roleStore: _roleStore, callbackGasLimit: _callbackGasLimit, - referralCode: "", + referralCode: "Enzyme2024", referralStorageAddress: _referralStorageAddress, uiFeeReceiverAddress: _uiFeeReceiverAddress, chainlinkPriceFeedProvider: _chainlinkPriceFeedProvider diff --git a/tests/utils/Constants.sol b/tests/utils/Constants.sol index 4d7b0f29a..5d8919142 100644 --- a/tests/utils/Constants.sol +++ b/tests/utils/Constants.sol @@ -41,7 +41,7 @@ abstract contract Constants { uint256 internal constant POLYGON_BLOCK_LATEST = 61606585; // Sep 9th, 2024 uint256 internal constant POLYGON_BLOCK_TIME_SENSITIVE = 54900000; // March 21st, 2024 - uint256 internal constant ARBITRUM_BLOCK_LATEST = 277059580; // Nov 22nd, 2024 + uint256 internal constant ARBITRUM_BLOCK_LATEST = 278101140; // Nov 25th, 2024 uint256 internal constant ARBITRUM_BLOCK_TIME_SENSITIVE = 231099000; // July 11th, 2024 // Network assets