Skip to content

Commit

Permalink
fix(evm): fraud proofs docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao committed Jul 5, 2024
1 parent 4ba1404 commit 6b3ac18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/evm/src/pages/Bridge/Bridge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ const Bridge = () => {
{!isFaultProofNoticeHidden && (
<Alert marginTop='xl' status='info' onClose={handleCloseFaultProofNotice}>
<P size='s'>
<Strong size='inherit'>NOTICE: Fault Proofs are coming to BOB.</Strong> Withdrawals starting on
July 4 will need to be proven again after July 10, requiring at least 7 days to be finalised. Consider
waiting until the upgrade is complete or using 3rd Party bridge for withdrawals during this period.{' '}
<TextLink external icon href={`${DocsLinks.OP_STACK}#settlement`} size='inherit'>
<Strong size='inherit'>NOTICE: Fault Proofs are coming to BOB.</Strong> Withdrawals starting on July 4
will need to be proven again after July 10, requiring at least 7 days to be finalised. Consider waiting
until the upgrade is complete or using 3rd Party bridge for withdrawals during this period.{' '}
<TextLink external icon href={`${DocsLinks.OP_STACK}#settlement--fraud-proofs`} size='inherit'>
Click here for more info.
</TextLink>
</P>
Expand Down

0 comments on commit 6b3ac18

Please sign in to comment.