complete checkin for juan; config tweaks & mock tweaks

This commit is contained in:
Tim Olson
2023-10-19 17:33:15 -04:00
parent 2047842c29
commit 718e3f3a36
7 changed files with 9 additions and 13 deletions

View File

@@ -16,7 +16,5 @@ library Constants {
= ISwapRouter(0xE592427A0AEce92De3Edee1F18E0157C05861564);
// Swap statuses
bytes32 internal constant SWAP_OK = ''; // fastest comparison
// other errors may be passed through from Uniswap
bytes32 internal constant SWAP_OK = '';
}