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

Merge swap tutorials in one #517

Merged
merged 7 commits into from
Dec 16, 2024
Merged
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
2 changes: 1 addition & 1 deletion src/pages/developers/frontend/universalkit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The Swap component provides the following functionality:
- Transfer native gas and ERC-20 tokens on connected chains

For cross-chain swaps the component depends on a universal swap contract.
Complete [the swap tutorial](/developers/tutorials/swap-any) and deploy your own
Complete [the swap tutorial](/developers/tutorials/swap) and deploy your own
fadeev marked this conversation as resolved.
Show resolved Hide resolved
contract, or use the contract address from the example below. contract or use
the contract address from the example below.

Expand Down
5 changes: 0 additions & 5 deletions src/pages/developers/tutorials/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
"readTime": "30 min",
"description": "Implement a universal swap app compatible with chains like Ethereum, Solana and Bitcoin"
},
"swap-any": {
"title": "Swap Any Token",
"readTime": "60 min",
"description": "Enhance the universal swap app with the ability to swap to any token"
},
"nft": {
"title": "NFT",
"readTime": "60 min",
Expand Down
Loading
Loading