Skip to content

Commit

Permalink
feat: change UnsiwapV2Config to generic swap config
Browse files Browse the repository at this point in the history
  • Loading branch information
Van0k committed Feb 29, 2024
1 parent de06f7b commit 98aad4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/test/interfaces/ICreditConfig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct BalancerPool {
uint8 status;
}

struct UniswapV2Pair {
struct GenericSwapPair {
Contracts router;
Tokens token0;
Tokens token1;
Expand Down Expand Up @@ -89,7 +89,7 @@ struct CreditManagerV3DeployParams {
// ADAPTER CIONFIGURATION
BalancerPool[] balancerPools;
UniswapV3Pair[] uniswapV3Pairs;
UniswapV2Pair[] uniswapV2Pairs;
GenericSwapPair[] genericSwapPairs;
VelodromeV2Pool[] velodromeV2Pools;
}

Expand Down

0 comments on commit 98aad4d

Please sign in to comment.