Skip to content

Commit 330c7e0

Browse files
committed
fix: update nexo pl bot
1 parent 30b815f commit 330c7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/liquidate/SingularPartialLiquidator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import type {
2222

2323
// currently there is no reliable way to get this from sdk
2424
const LEGACY_PL_BOT: Address = "0x0f06c2bD612Ee7D52d4bC76Ce3BD7E95247AF2a9";
25-
const NEXO_PL_BOT: Address = "0x223D666828A6a9DFd91081614d18f45bFe8B489B";
25+
const NEXO_PL_BOT: Address = "0xc82020f1922AE56CCF25d5F2E2d6155E44583ef9";
2626

2727
export default class SingularPartialLiquidator extends SingularLiquidator<PartialLiquidationPreviewWithFallback> {
2828
protected readonly name = "partial";

0 commit comments

Comments
 (0)