feat: set HPP fast withdrawal time to 24 hours#2693
Conversation
Configure fastWithdrawalTime (86400000 ms) for HPP Mainnet and HPP Sepolia to match the announced fast withdrawal window. Co-authored-by: Cursor <cursoragent@cursor.com>
|
We require contributors to sign our Contributor License Agreement. In order for us to review and merge your code, please sign one of the linked documents below to get yourself added. If you're an independent Individual please sign this form: https://na3.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=1353a816-a9c1-47ba-847e-ec79f0f23d31&env=na3&acct=6e152afc-6284-44af-a4c1-d8ef291db402&v=2. If you're with a company (corporate) please sign this form: https://na3.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=2b5fe8ba-51d4-4980-b4ee-605d66e675d4&env=na3&acct=6e152afc-6284-44af-a4c1-d8ef291db402&v=2. To agree to the CLA license, please fill out one of the attached forms. |
|
Hi, I'm unable to complete the CLA DocuSign flow. When I open the PowerForm link from the bot message / contributing docs, DocuSign shows: "Unable to load PowerForm signing process. Error: Email or name has not been completed." I've tried a normal browser window and incognito, with extensions disabled. Could someone help with a working signing link or manual CLA onboarding? Thanks. |
Configure fastWithdrawalTime (86400000 ms) for HPP Mainnet and HPP Sepolia to match the announced fast withdrawal window.
Summary
HPP announced that Arbitrum fast withdrawal is enabled with a 7 day → 24 hour user-facing confirmation window. The bridge UI uses
bridgeUiConfig.fastWithdrawalTime(milliseconds) ingetBridgeUiConfigForChain/getConfirmationTimeto treat fast withdrawal as active and to drive withdrawal ETA strings, approximate duration, and estimated completion (useTransferDuration,getWithdrawalConfirmationDate). Without this field, those flows fall back to the standard challenge-period estimate.This change sets
fastWithdrawalTimeto 86400000 (24 hours in ms) for HPP Mainnet and HPP Sepolia inpackages/arb-token-bridge-ui/src/util/orbitChainsData.json, aligned with the public announcement.Steps to test
packages/arb-token-bridge-uiper repo README).