diff --git a/README.md b/README.md index cfd3163..e43fbba 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/swaps-api-nextjs-tron/src/components/ui/Header.tsx b/examples/swaps-api-nextjs-tron/src/components/ui/Header.tsx index 0ec2e7f..50c011a 100644 --- a/examples/swaps-api-nextjs-tron/src/components/ui/Header.tsx +++ b/examples/swaps-api-nextjs-tron/src/components/ui/Header.tsx @@ -127,7 +127,7 @@ export function Header() {