diff --git a/apps/dashboard/src/app/bridge/components/client/UniversalBridgeEmbed.tsx b/apps/dashboard/src/app/bridge/components/client/UniversalBridgeEmbed.tsx index 34dcd8db65f..366b4d400d4 100644 --- a/apps/dashboard/src/app/bridge/components/client/UniversalBridgeEmbed.tsx +++ b/apps/dashboard/src/app/bridge/components/client/UniversalBridgeEmbed.tsx @@ -1,7 +1,8 @@ "use client"; import { useTheme } from "next-themes"; -import { PayEmbed, type TokenInfo } from "thirdweb/react"; +import type { Address } from "thirdweb"; +import { BuyWidget, type TokenInfo } from "thirdweb/react"; import { useV5DashboardChain } from "@/hooks/chains/v5-adapter"; import { getSDKTheme } from "@/utils/sdk-component-theme"; import { bridgeAppThirdwebClient } from "../../constants"; @@ -19,19 +20,11 @@ export function UniversalBridgeEmbed({ const chain = useV5DashboardChain(chainId || 1); return ( - );