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
Show file tree
Hide file tree
Changes from 2 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
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/theme-mermaid": "^3.4.0",
"@docusaurus/core": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@docusaurus/theme-mermaid": "^3.7.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/tsconfig": "3.4.0",
"@docusaurus/types": "3.4.0",
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/tsconfig": "^3.7.0",
"@docusaurus/types": "^3.7.0",
"typescript": "~5.2.2"
},
"browserslist": {
Expand Down
4 changes: 3 additions & 1 deletion docs/sdk/modules/l2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ This is core module for all L2 functionality. It will throw error if used on wit
| **Chain** | **wsETH** | **stETH+(un)Wrap** |
| ---------------- | --------- | ------------------ |
| Optimism Sepolia | ✅ | ✅ |
| Optmism | ✅ | ✅ |
| Optimism | ✅ | ✅ |
| Soneium Minato | ✅ | ✅ |
| Soneium | ✅ | ✅ |
| 🔜 | | |

Use this helper to understand which contracts are supported on chain:
Expand Down
16 changes: 16 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 4.2.0

## SDK

### Added

- `Soneium` and `SoneiumMinato` chains are added as separate L2 chains
- `Goerli` chain is removed
- `viem` version up to `^2.22.11`

## Playground

- `Soneium` and `SoneiumMinato` chains are added as separate L2 chains
- `Goerli` chain is removed
- `viem` version up to `^2.22.11`

# 4.1.0

## SDK
Expand Down
Loading