-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change date of CCTP banners update (#374)
- Loading branch information
1 parent
a096d6f
commit a637741
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,8 +103,8 @@ | |
|
||
<script src="https://www.unpkg.com/@wormhole-foundation/[email protected]/dist/main.js"></script> | ||
<script> | ||
// To show Optimism option on SEPT 4th 2023 | ||
if (new Date() < new Date(2023, 8, 4)) { | ||
// To show Optimism option on SEPT 8th 2023 | ||
if (new Date() < new Date(2023, 8, 8)) { | ||
document.getElementById("cctp-default-text").style.display = "block"; | ||
document.getElementById("cctp-optimism-text").style.display = "none"; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters