We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932b9db commit 23a663bCopy full SHA for 23a663b
apps/dashboard/src/@/api/universal-bridge/addRoute.ts
@@ -1,5 +1,8 @@
1
"use server";
2
import { getAuthToken } from "app/(app)/api/lib/getAuthToken";
3
+import { NEXT_PUBLIC_THIRDWEB_BRIDGE_HOST } from "../../constants/public-envs";
4
+
5
+const UB_BASE_URL = NEXT_PUBLIC_THIRDWEB_BRIDGE_HOST;
6
7
export type TokenMetadata = {
8
name: string;
0 commit comments