mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
fixed quickswap polygon address
This commit is contained in:
parent
d7b69b4d87
commit
5d01bc00d2
|
@ -10,7 +10,7 @@ abstract contract Helpers is DSMath, Basic {
|
|||
* @dev IQuickSwapRouter
|
||||
*/
|
||||
IQuickSwapRouter internal constant router =
|
||||
IQuickSwapRouter(0xd9e1cE17f2641f24aE83637ab66a2cca9C378B9F);
|
||||
IQuickSwapRouter(0xa5E0829CaCEd8fFDD4De3c43696c57F7D7A678ff);
|
||||
|
||||
function getExpectedBuyAmt(address[] memory paths, uint256 sellAmt)
|
||||
internal
|
||||
|
|
Loading…
Reference in New Issue
Block a user