Skip to content

Commit

Permalink
Merge swap tutorials in one (#517)
Browse files Browse the repository at this point in the history
Co-authored-by: Hernan Clich <[email protected]>
  • Loading branch information
fadeev and hernan-clich authored Dec 16, 2024
1 parent da4d38f commit 7aa56db
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 578 deletions.
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

0 comments on commit 7aa56db

Please sign in to comment.