Skip to content
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
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