You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -263,7 +267,7 @@ function StakingExpansionModalSystemInner() {
263
267
}}
264
268
warnings={[
265
269
`1. No third party possesses your staked ${coinSymbol}. You are the only one who can unbond and withdraw your stake.`,
266
-
`2. Your stake will first be sent to Babylon Genesis for verification (~20 seconds), then you will be prompted to submit it to the Bitcoin ledger. It will be marked as 'Pending' until it receives ${networkInfoData?.params?.btcEpochCheckParams?.latestParam?.btcConfirmationDepth??30} Bitcoin confirmations.`,
270
+
`2. Your stake will first be sent to Babylon Genesis for verification (~20 seconds), then you will be prompted to submit it to the Bitcoin ledger. It will be marked as 'Pending' until it receives ${networkInfoData?.params?.btcEpochCheckParams?.latestParam?.btcConfirmationDepth??DEFAULT_CONFIRMATION_DEPTH} Bitcoin confirmations.`,
267
271
"3. Please note: submitting this transaction will reset your stake's timelock.",
0 commit comments