fix: update escrow address to Treasury_3

Use controlled wallet address for P2P deposits/withdrawals
This commit is contained in:
2026-02-03 16:50:05 +03:00
parent c6b18b4f11
commit 6055a4a109
+1 -1
View File
@@ -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;