Skip to content

Commit

Permalink
add variables and constants to DexAMM
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Sep 5, 2022
1 parent c981207 commit 8d7a5f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/dex/DexAMM.sol
Expand Up @@ -4,6 +4,11 @@ pragma solidity ^0.8.7;
import "../interfaces/dex/IUniswapRouter.sol";

abstract contract DexAMM {
address public swapRouter;
address public wrappedNativeToken;
uint256 public constant DEADLINE =
0xf000000000000000000000000000000000000000000000000000000000000000;

/* ========== STATE VARIABLES =========================================== */
/* ========== INITIALIZE ================================================ */
/* ========== RESTRICTED FUNCTIONS ====================================== */
Expand Down

0 comments on commit 8d7a5f2

Please sign in to comment.