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

update tron example repo url #75

Merged
merged 11 commits into from
Oct 17, 2024
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
Loading