example-1: reorganize (#7)

Co-authored-by: A5 Pickle <a5-pickle@users.noreply.github.com>
This commit is contained in:
A5 Pickle 2022-10-03 10:32:53 -05:00 committed by GitHub
parent f67eee8b5e
commit b63a09bcbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ import "forge-std/Test.sol";
import "forge-std/console.sol";
// TODO: add wormhole interface and use fork-url w/ mainnet
contract CrossChainBorrowLendTest is Test {
MyERC20 collateralToken;
MyERC20 borrowedAssetToken;