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

Feature/update docs #193

Merged
merged 3 commits into from
Feb 6, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
feat: update l2 docs
  • Loading branch information
solidovic committed Feb 6, 2025
commit 51861d33bcfce19cfc09b41d7a5cedf14309b3e8
4 changes: 2 additions & 2 deletions docs/sdk/modules/l2.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Modules exposes Lido MultiChain deployments. [See full info here](https://lido.f
This is core module for all L2 functionality. It will throw error if used on with chains that are not currently supported.

| **Chain** | **wsETH** | **stETH+(un)Wrap** |
| ---------------- | --------- | ------------------ |
|------------------| --------- | ------------------ |
| Optimism Sepolia | ✅ | ✅ |
| Optimism | ✅ | ✅ |
| Soneium Minato | ✅ | ✅ |
| Soneium | ✅ | ✅ |
| 🔜 | | |
| more 🔜 | | |

Use this helper to understand which contracts are supported on chain:

Expand Down