Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bridging guide): WIP update wsteth bridging guide #512

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/lido-tokens-integration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Currently, wstETH token is [present on](/docs/deployed-contracts/index.md#lido-m
- [Mode](https://explorer.mode.network/address/0x98f96A4B34D03a2E6f225B28b8f8Cb1279562d81)
- [Binance Smart Chain (BSC)](https://bscscan.com/address/0x26c5e01524d2E6280A48F2c50fF6De7e52E9611C)

with bridging implemented via [the canonical bridges recommended approach](/docs/token-guides/wsteth-bridging-guide.md).
with bridging implemented via [the canonical bridges recommended approach](/docs/token-guides/cross-chain-tokens-guide.md).

:::note
Unlike on the Ethereum mainnet, wstETH for Lido Multichain is a plain ERC-20 token and cannot be unwrapped to unlock stETH on the corresponding L2 network unless handled via [LIP-22](https://github.com/lidofinance/lido-improvement-proposals/blob/develop/LIPS/lip-22.md)
Expand Down Expand Up @@ -493,7 +493,7 @@ The integration might be implemented leveraging the [Lido on Ethereum SDK](/docs
### Cross chain bridging

The Lido's wstETH gets bridged to various L2's and sidechains.
The process of a new network adoption in a future-proof way is outlined as a part of the separate [bridging guide](/docs/token-guides/wsteth-bridging-guide.md).
The process of a new network adoption in a future-proof way is outlined as a part of the separate [bridging guide](/docs/token-guides/cross-chain-tokens-guide.md).

Most cross-chain token bridges have no mechanics to handle rebases.
This means bridging stETH to other chains will prevent stakers from collecting their staking rewards.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/verify-steth-on-optimism-upgrade-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The full list of the contracts in scope is provided in the Lido Multichain section for [Optimism](https://docs.lido.fi/deployed-contracts/#optimism).

:::note
Levers and access control lists for L1 and L2 bridge endpoints stay the same and correspond to the [reference architecture and permissions setup](/token-guides/wsteth-bridging-guide.md#reference-architecture-and-permissions-setup).
Levers and access control lists for L1 and L2 bridge endpoints stay the same and correspond to the [reference architecture and permissions setup](/token-guides/cross-chain-tokens-guide.md#reference-architecture-and-permissions-setup).

This document covers incremental changes proposed with the stETH on Optimism deployment.
:::
Expand Down
Loading
Loading