Skip to content

Commit bb09b9a

Browse files
authored
Merge pull request #16153 from ethereum/wrapeth-link
feat: add wrapeth.com link to /wrapped-eth
2 parents 9b19722 + 0d9deff commit bb09b9a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

public/content/wrapped-eth/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ lang: en
66

77
# Wrapped ether (WETH) {#intro-to-weth}
88

9+
<Alert variant="update">
10+
<Emoji text="🎁" />
11+
<div>Connect your wallet to wrap or unwrap ETH on any chain at [WrapETH.com](https://www.wrapeth.com/)</div>
12+
</Alert>
13+
914
Ether (ETH) is the main currency of Ethereum. It's used for several purposes like staking, as a currency, and paying for gas fees for computation. **WETH is effectively an upgraded form of ETH with some additional functionality required by many applications and [ERC-20 tokens](/glossary/#erc-20)**, which are other types of digital assets on Ethereum. To work with these tokens, ETH must follow the same rules they do, known as the ERC-20 standard.
1015

1116
To bridge this gap, wrapped ETH (WETH) was created. **Wrapped ETH is a smart contract that lets you deposit any amount of ETH into the contract and receive the same amount in minted WETH** that conforms to the ERC-20 token standard. WETH is a representation of ETH that allows you to interact with it as an ERC-20 token, not as the native asset ETH. You will still need native ETH to pay for gas fees, so make sure you save some when depositing.

src/layouts/Static.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import SocialListItem from "@/components/SocialListItem"
3030
import TableOfContents from "@/components/TableOfContents"
3131
import Translation from "@/components/Translation"
3232
import TranslationChartImage from "@/components/TranslationChartImage"
33+
import { Alert } from "@/components/ui/alert"
3334
import { Flex, Stack } from "@/components/ui/flex"
3435
import Link from "@/components/ui/Link"
3536
import UpcomingEventsList from "@/components/UpcomingEventsList"
@@ -58,6 +59,7 @@ export const staticComponents = {
5859
h2: Heading2,
5960
h3: Heading3,
6061
h4: Heading4,
62+
Alert,
6163
Callout,
6264
Contributors,
6365
EnergyConsumptionChart,

0 commit comments

Comments
 (0)