mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
updated quickswap
This commit is contained in:
parent
95ed18984f
commit
da09b6b1cb
|
@ -1,9 +1,9 @@
|
||||||
pragma solidity ^0.7.0;
|
pragma solidity ^0.7.0;
|
||||||
|
|
||||||
import {TokenInterface} from "../../common/interfaces.sol";
|
import { TokenInterface } from "../../common/interfaces.sol";
|
||||||
import {DSMath} from "../../common/math.sol";
|
import { DSMath } from "../../common/math.sol";
|
||||||
import {Basic} from "../../common/basic.sol";
|
import { Basic } from "../../common/basic.sol";
|
||||||
import {IQuickSwapRouter, IQuickSwapFactory} from "./interface.sol";
|
import { IQuickSwapRouter, IQuickSwapFactory } from "./interface.sol";
|
||||||
|
|
||||||
abstract contract Helpers is DSMath, Basic {
|
abstract contract Helpers is DSMath, Basic {
|
||||||
/**
|
/**
|
||||||
|
@ -102,7 +102,7 @@ abstract contract Helpers is DSMath, Basic {
|
||||||
_amtA,
|
_amtA,
|
||||||
_amtB,
|
_amtB,
|
||||||
minAmtA,
|
minAmtA,
|
||||||
minAmtA,
|
minAmtB,
|
||||||
address(this),
|
address(this),
|
||||||
block.timestamp + 1
|
block.timestamp + 1
|
||||||
);
|
);
|
||||||
|
|
|
@ -5,9 +5,9 @@ pragma solidity ^0.7.0;
|
||||||
* @dev Decentralized Exchange.
|
* @dev Decentralized Exchange.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {TokenInterface} from "../../common/interfaces.sol";
|
import { TokenInterface } from "../../common/interfaces.sol";
|
||||||
import {Helpers} from "./helpers.sol";
|
import { Helpers } from "./helpers.sol";
|
||||||
import {Events} from "./events.sol";
|
import { Events } from "./events.sol";
|
||||||
|
|
||||||
abstract contract QuickpswapResolver is Helpers, Events {
|
abstract contract QuickpswapResolver is Helpers, Events {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user