-
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.
- Loading branch information
1 parent
ad6791a
commit 3783a81
Showing
5 changed files
with
5 additions
and
29 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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 |
---|---|---|
|
@@ -40,10 +40,7 @@ | |
<div class="root"> | ||
<div class="container"> | ||
<div class="cctp-banner"> | ||
<span id="cctp-default-text"> | ||
Experience frictionless USDC transfers between Ethereum, Avalanche, and Arbitrum with Circle's CCTP. | ||
</span> | ||
<span id="cctp-optimism-text"> | ||
<span> | ||
Experience frictionless USDC transfers between Ethereum, Avalanche, Arbitrum, and Optimism with Circle's CCTP. | ||
</span> | ||
<a class="cctp-link" href="https://portalbridge.com/usdc-bridge" target="_blank" rel="noopener noreferrer"> | ||
|
@@ -102,16 +99,5 @@ | |
</div> | ||
|
||
<script src="https://www.unpkg.com/@wormhole-foundation/[email protected]/dist/main.js"></script> | ||
<script> | ||
// 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"; | ||
|
||
} else { | ||
document.getElementById("cctp-default-text").style.display = "none"; | ||
document.getElementById("cctp-optimism-text").style.display = "block"; | ||
} | ||
</script> | ||
</body> | ||
</html> |
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