From cd5672b50a35b5101429d4ba0a1d333cefe7710a Mon Sep 17 00:00:00 2001 From: Hun Im Date: Thu, 14 May 2026 01:48:45 +0900 Subject: [PATCH] feat(ui): set HPP fast withdrawal time to 24 hours Configure fastWithdrawalTime (86400000 ms) for HPP Mainnet and HPP Sepolia to match the announced fast withdrawal window. Co-authored-by: Cursor --- packages/arb-token-bridge-ui/src/util/orbitChainsData.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/arb-token-bridge-ui/src/util/orbitChainsData.json b/packages/arb-token-bridge-ui/src/util/orbitChainsData.json index fb8064c242..ed62fa5d4c 100644 --- a/packages/arb-token-bridge-ui/src/util/orbitChainsData.json +++ b/packages/arb-token-bridge-ui/src/util/orbitChainsData.json @@ -1376,7 +1376,8 @@ "name": "HPP Mainnet", "logo": "/images/HPPMainnet_Logo.svg", "description": "House Party Protocol (HPP) is a modular AI-powered blockchain and data infrastructure designed for the next generation of decentralized applications, built on the pillars of trustworthy data, verifiable AI, and real-world scalability." - } + }, + "fastWithdrawalTime": 86400000 } }, { @@ -2300,8 +2301,10 @@ "name": "HPP Sepolia", "logo": "/images/HPPSepolia_Logo.svg", "description": "House Party Protocol (HPP) is a modular AI-powered blockchain and data infrastructure designed for the next generation of decentralized applications, built on the pillars of trustworthy data, verifiable AI, and real-world scalability." - } + }, + "fastWithdrawalTime": 86400000 } + }, { "chainId": 393,