Skip to content

Commit

Permalink
add link to cketh dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
olaszakos committed Dec 5, 2023
1 parent 64a319a commit b5fff6e
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions src/pages/ethereum-integration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,14 +263,28 @@ function EthereumIntegrationPage() {
interfaces (the fungible token standard of ICP), making it simple
for all ICP wallets to offer ckETH support. Total value of ckETH
is fully backed 1:1 by ETH, and can always be verified by viewing
the on-chain dashboards and metrics of the canisters. ckERC-20 is
coming soon.
the on-chain{" "}
<Link
className="link-subtle"
href="https://dashboard.internetcomputer.org/ethereum"
>
dashboard
</Link>{" "}
and metrics of the canisters. ckERC-20 is coming soon.
</p>
<p className="mb-0">
<p className="mb-0 flex flex-col gap-3 items-start">
<Link href="/defi" className="link-primary link-with-icon">
<LinkArrowRight />
Start swapping ckETH
</Link>

<Link
href="https://dashboard.internetcomputer.org/ethereum"
className="link-primary link-with-icon"
>
<LinkArrowRight />
Go to ckETH dashboard
</Link>
</p>
</TranslatedLayout>
<TranslatedLayout imageUrl="/img/ethereum-integration/image-3.webp">
Expand Down

0 comments on commit b5fff6e

Please sign in to comment.