From 6055a4a109f2cc8c84f78d2a69d4cf698eab242e Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Tue, 3 Feb 2026 16:50:05 +0300 Subject: [PATCH] fix: update escrow address to Treasury_3 Use controlled wallet address for P2P deposits/withdrawals --- src/lib/p2p-fiat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/p2p-fiat.ts b/src/lib/p2p-fiat.ts index e17c216..3567c45 100644 --- a/src/lib/p2p-fiat.ts +++ b/src/lib/p2p-fiat.ts @@ -212,7 +212,7 @@ export interface BalanceTransaction { // CONSTANTS // ===================================================== -const PLATFORM_ESCROW_ADDRESS = '5DFwqK698vL4gXHEcanaewnAqhxJ2rjhAogpSTHw3iwGDwd3'; +const PLATFORM_ESCROW_ADDRESS = '5H18ZZBU4LwPYbeEZ1JBGvibCU2edhhM8HNUtFi7GgC36CgS'; const DEFAULT_PAYMENT_DEADLINE_MINUTES = 30; const DEFAULT_CONFIRMATION_DEADLINE_MINUTES = 60;