-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8986ff
commit 3f0b6e1
Showing
6 changed files
with
37 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
test/util/lib/LibGenericPoolOrderBookV3ArbOrderTakerConstants.sol
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
// SPDX-License-Identifier: CAL | ||
pragma solidity ^0.8.18; | ||
|
||
string constant GENERIC_POOL_ORDER_BOOK_V3_ARB_ORDER_TAKER_META_PATH = "meta/GenericPoolOrderBookV3ArbOrderTaker.rain.meta"; | ||
string constant GENERIC_POOL_ORDER_BOOK_V3_ARB_ORDER_TAKER_META_PATH = | ||
"meta/GenericPoolOrderBookV3ArbOrderTaker.rain.meta"; |
3 changes: 2 additions & 1 deletion
3
test/util/lib/LibGenericPoolOrderBookV3FlashBorrowerConstants.sol
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
// SPDX-License-Identifier: CAL | ||
pragma solidity ^0.8.18; | ||
|
||
string constant GENERIC_POOL_ORDER_BOOK_V3_FLASH_BORROWER_META_PATH = "meta/GenericPoolOrderBookV3FlashBorrower.rain.meta"; | ||
string constant GENERIC_POOL_ORDER_BOOK_V3_FLASH_BORROWER_META_PATH = | ||
"meta/GenericPoolOrderBookV3FlashBorrower.rain.meta"; |