Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
pause 7 day classical exit pending Oct. 28 regenesis and upgrade to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
CAPtheorem committed Oct 22, 2021
1 parent 2e22936 commit 0ec920a
Show file tree
Hide file tree
Showing 3 changed files with 19,382 additions and 9,766 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ class ListAccount extends React.Component {
{enabled && chain === 'L2' &&
<>
<Button
onClick={()=>{this.handleModalClick('exitModal', token, false)}}
onClick={()=>{}}
variant="outlined"
disabled={disabled}
tooltip="Classic Bridge to L1. This option is always available but has a 7 day delay before receiving your funds."
disabled={true}
tooltip="Classic Bridge to L1. CURRENTLY DISABLED due to pending regenesis."
fullWidth
>
Bridge to L1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ function Account () {
NOTICE NOTICE NOTICE<br/>
Boba mainnet will be upgraded to v2 on October 28 at 00:00 UTC. Services will be offline during the regenesis,
which is expected to take less than 12 hours.
As part of the transition to v2, the classical 7-day bridge from L2 to L1 will be paused for the seven days prior
(Oct. 21 to 28). The fast bridges will remain active, except during the regenesis itself.
As part of the transition to v2, the classical 7-day bridge from L2 to L1 HAS NOW BEEN PAUSED, and will resume post-regenesis.
The fast bridges will remain active, except during the regenesis itself.
</Typography>
</>
}
Expand Down
Loading

0 comments on commit 0ec920a

Please sign in to comment.