Skip to content

Commit

Permalink
update tron example repo url (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: KarinaKurm <cryptorina.x@gmail.com>
  • Loading branch information
heyOnuoha and KarinaKurm authored Oct 17, 2024
1 parent 808048e commit c46e4dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Finally, open the example http://localhost:3000
- [swaps-sdk-nextjs-thirdweb-embedded-wallet](./examples/swaps-sdk-nextjs-thirdweb-embedded-wallet/README.md) - Cross-chain Swaps using Swing's SDK and thirdweb's embedded wallet SDK in Next JS
- [swaps-api-nextjs-bitcoin](./examples/swaps-api-nextjs-bitcoin/README.md) - Cross-chain native Swaps between the Ethereum and Bitcoin networks using Swing's API and thirdweb's SDK in Next JS
- [swaps-api-nextjs](./examples/swaps-api-nextjs/README.md) - Cross-chain Swaps using the Swing API in Next.js
- [swaps-api-nextjs-solana](./examples/swaps-api-nextjs-solana/README.md) - Solana <> EVM Cross-chain Swaps using the Swing API in Next.js
- [swaps-api-nextjs-tron](./examples/swaps-api-nextjs-tron/README.md) - Tron <> EVM Cross-chain Swaps using the Swing API in Next.js
- [swaps-widget-webpack](./examples/swaps-widget-webpack/README.md) - Cross-chain Swaps using the Widget with Webpack
- [swaps-widget-angular](./examples/swaps-widget-angular/README.md) - Cross-chain Swaps using the Widget in Angular

Expand Down
4 changes: 2 additions & 2 deletions examples/swaps-api-nextjs-tron/src/components/ui/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function Header() {

<div className="mt-4 flex flex-col space-y-4">
<Button
href="https://github.com/swing-xyz/examples/tree/main/examples/swaps-api-nextjs-solana"
href="https://github.com/swing-xyz/examples/tree/main/examples/swaps-api-nextjs-tron"
className="space-x-2 text-zinc-900"
variant="outline"
>
Expand All @@ -144,7 +144,7 @@ export function Header() {
</Popover>

<Button
href="https://github.com/swing-xyz/examples/tree/main/examples/swaps-api-nextjs-solana"
href="https://github.com/swing-xyz/examples/tree/main/examples/swaps-api-nextjs-tron"
className="hidden space-x-2 text-white lg:block"
variant="outline"
>
Expand Down

0 comments on commit c46e4dd

Please sign in to comment.