diff --git a/shared/lib/p2p-fiat.ts b/shared/lib/p2p-fiat.ts index 86fe6aff..7ed4adba 100644 --- a/shared/lib/p2p-fiat.ts +++ b/shared/lib/p2p-fiat.ts @@ -182,7 +182,7 @@ export interface BalanceTransaction { // CONSTANTS // ===================================================== -const PLATFORM_ESCROW_ADDRESS = '5DFwqK698vL4gXHEcanaewnAqhxJ2rjhAogpSTHw3iwGDwd3'; +const PLATFORM_ESCROW_ADDRESS = '5H18ZZBU4LwPYbeEZ1JBGvibCU2edhhM8HNUtFi7GgC36CgS'; const ASSET_IDS = { HEZ: null, // Native token diff --git a/web/supabase/functions/verify-deposit/index.ts b/web/supabase/functions/verify-deposit/index.ts index 54dad47e..0902be01 100644 --- a/web/supabase/functions/verify-deposit/index.ts +++ b/web/supabase/functions/verify-deposit/index.ts @@ -11,8 +11,8 @@ const corsHeaders = { 'Access-Control-Allow-Headers': 'authorization, x-client-info, apikey, content-type', } -// Platform hot wallet address (PRODUCTION) -const PLATFORM_WALLET = '5HN6sFM7TbPQazmfhJP1kU8itw7Tb2A9UML8TwSYRwiN9q5Z' +// Platform hot wallet address (PRODUCTION) - Treasury_3 +const PLATFORM_WALLET = '5H18ZZBU4LwPYbeEZ1JBGvibCU2edhhM8HNUtFi7GgC36CgS' // RPC endpoint for PezkuwiChain const RPC_ENDPOINT = 'wss://rpc.pezkuwichain.io'