Pool Address
@@ -73,49 +394,96 @@ const PoolChecker: React.FC
- Liquidity to Allow - setToSell(parseInt(e.target.value, 10))} /> -
-- In Eth - - setToSell(parseInt(e.target.value) * 1e18)} /> - - -
- Liquidation Premium - - setLiquidationPremium(parseInt(e.target.value, 10))} /> - -
- Seconds For Pool Replenishment - - setSecondsForPoolRefill(parseInt(e.target.value))} /> - -
+ Liquidity to Allow + setToSell(parseInt(e.target.value, 10))} + /> +
++ In Eth + + setToSell(parseInt(e.target.value) * 1e18)} + /> + + +
+ Liquidation Premium + + + setLiquidationPremium(parseInt(e.target.value, 10)) + } + /> + +
+ Seconds For Pool Replenishment + + + setSecondsForPoolRefill(parseInt(e.target.value)) + } + /> + +