Skip to content

Commit a6246d1

Browse files
committed
Add other networks contracts FAQ
1 parent 3191a11 commit a6246d1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

public/content/wrapped-eth/index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,30 @@ You are able to unwrap WETH for ETH by using the WETH smart contract. You can re
3333

3434
## Frequently asked questions {#faq}
3535

36-
<ExpandableCard title="Do you pay to wrap/unwrap ETH?" eventCategory="/wrapped-ether" eventName="clicked Do you pay to wrap/unwrap ETH?">
36+
<ExpandableCard title="Do you pay to wrap/unwrap ETH?" eventCategory="/wrapped-eth" eventName="clicked Do you pay to wrap/unwrap ETH?">
3737

3838
You pay gas fees to wrap or unwrap ETH using the WETH contract.
3939

4040
</ExpandableCard>
4141

42-
<ExpandableCard title="Is WETH safe?" eventCategory="/wrapped-ether" eventName="clicked Is WETH safe?">
42+
<ExpandableCard title="Is WETH safe?" eventCategory="/wrapped-eth" eventName="clicked Is WETH safe?">
4343

4444
WETH is generally considered secure because it is based on a simple, battle-tested smart contract. The WETH contract has also beeen formally verified, which is the highest security standard for smart contracts on Ethereum.
4545

4646
</ExpandableCard>
4747

48-
<ExpandableCard title="Why am I seeing different WETH tokens?" eventCategory="/wrapped-ether" eventName="clicked Why am I seeing different WETH tokens?">
48+
<ExpandableCard title="Why am I seeing different WETH tokens?" eventCategory="/wrapped-eth" eventName="clicked Why am I seeing different WETH tokens?">
4949

5050
Besides the [canonical implementation of WETH](https://etherscan.io/token/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2) described on this page, there are other variants in the wild. These may be custom tokens created by app developers or versions issued on other blockchains, and may behave differently or have different security properties. **Always double-check the token information to know which WETH implementation you're interacting with.**
5151

5252
</ExpandableCard>
5353

54+
<ExpandableCard title="What are the WETH contracts on other networks?" eventCategory="/wrapped-eth" eventName="clicked What are the WETH contracts on other networks?">
55+
- [Ethereum Mainnet](https://etherscan.io/token/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2)
56+
- [Arbitrum](https://arbiscan.io/token/0x82af49447d8a07e3bd95bd0d56f35241523fbab1)
57+
- [Optimism](https://optimistic.etherscan.io/token/0x4200000000000000000000000000000000000006)
58+
</ExpandableCard>
59+
5460
## Further reading {#further-reading}
5561

5662
- [WTF is WETH?](https://weth.io/)

0 commit comments

Comments
 (0)