We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b815f commit 330c7e0Copy full SHA for 330c7e0
src/services/liquidate/SingularPartialLiquidator.ts
@@ -22,7 +22,7 @@ import type {
22
23
// currently there is no reliable way to get this from sdk
24
const LEGACY_PL_BOT: Address = "0x0f06c2bD612Ee7D52d4bC76Ce3BD7E95247AF2a9";
25
-const NEXO_PL_BOT: Address = "0x223D666828A6a9DFd91081614d18f45bFe8B489B";
+const NEXO_PL_BOT: Address = "0xc82020f1922AE56CCF25d5F2E2d6155E44583ef9";
26
27
export default class SingularPartialLiquidator extends SingularLiquidator<PartialLiquidationPreviewWithFallback> {
28
protected readonly name = "partial";
0 commit comments