Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions src/views/Point/MigrateL2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,8 @@ export default function MigrateL2() {
<Box className="icon">$</Box>
</Box>
<Box className="info-message">
A migration is expensive, but a one-time fee. The estimated
price is <span className="bold">$120</span>. Transaction fees
will be subsidized on Layer 2.
There is a one-time gas fee associated with the migration
process. Transaction fees will be subsidized on Layer 2.
</Box>
</Row>
<Row className="info-row">
Expand All @@ -316,8 +315,8 @@ export default function MigrateL2() {
</Box>
{/* <HistoryIcon className="icon" /> */}
<Box className="info-message">
All transactions will now be pushed at the end of the day. A
timer will show when the next push is.
All transactions are pushed hourly. A timer will show when the
next push is.
</Box>
</Row>
</Box>
Expand Down