route and wrap and unwrap eth && test

This commit is contained in:
owen05
2020-11-13 15:48:55 +08:00
parent 69658fc9fa
commit abd2b8aea2
13 changed files with 643 additions and 34 deletions

View File

@@ -19,9 +19,9 @@ interface IDVMVault {
function _QUOTE_TOKEN_() external returns (address);
function _BASE_RESERVE_() external returns (address);
function _BASE_RESERVE_() external returns (uint256);
function _QUOTE_RESERVE_() external returns (address);
function _QUOTE_RESERVE_() external returns (uint256);
function symbol() external returns (string memory);