@0x/asset-swapper
: Fix mooniswap sell sampling bug
This commit is contained in:
parent
bf899d40a0
commit
e1a48e80e1
@ -67,6 +67,10 @@ contract MooniswapSampler is
|
|||||||
}
|
}
|
||||||
makerTokenAmounts[i] = buyAmount;
|
makerTokenAmounts[i] = buyAmount;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pool = IMooniswap(
|
||||||
|
IMooniswapRegistry(_getMooniswapAddress()).pools(mooniswapTakerToken, mooniswapMakerToken)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function sampleSingleSellFromMooniswapPool(
|
function sampleSingleSellFromMooniswapPool(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user