fix: update escrow address to Treasury_3

- Update PLATFORM_ESCROW_ADDRESS in p2p-fiat.ts
- Update PLATFORM_WALLET in verify-deposit edge function
- Use controlled wallet for P2P deposits/withdrawals
This commit is contained in:
2026-02-03 16:50:56 +03:00
parent 3c89577d55
commit e08227772c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ export interface BalanceTransaction {
// CONSTANTS // CONSTANTS
// ===================================================== // =====================================================
const PLATFORM_ESCROW_ADDRESS = '5DFwqK698vL4gXHEcanaewnAqhxJ2rjhAogpSTHw3iwGDwd3'; const PLATFORM_ESCROW_ADDRESS = '5H18ZZBU4LwPYbeEZ1JBGvibCU2edhhM8HNUtFi7GgC36CgS';
const ASSET_IDS = { const ASSET_IDS = {
HEZ: null, // Native token HEZ: null, // Native token
@@ -11,8 +11,8 @@ const corsHeaders = {
'Access-Control-Allow-Headers': 'authorization, x-client-info, apikey, content-type', 'Access-Control-Allow-Headers': 'authorization, x-client-info, apikey, content-type',
} }
// Platform hot wallet address (PRODUCTION) // Platform hot wallet address (PRODUCTION) - Treasury_3
const PLATFORM_WALLET = '5HN6sFM7TbPQazmfhJP1kU8itw7Tb2A9UML8TwSYRwiN9q5Z' const PLATFORM_WALLET = '5H18ZZBU4LwPYbeEZ1JBGvibCU2edhhM8HNUtFi7GgC36CgS'
// RPC endpoint for PezkuwiChain // RPC endpoint for PezkuwiChain
const RPC_ENDPOINT = 'wss://rpc.pezkuwichain.io' const RPC_ENDPOINT = 'wss://rpc.pezkuwichain.io'