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 bdff84d commit cc5c06eCopy full SHA for cc5c06e
apps/dashboard/src/@/api/universal-bridge/addRoute.ts
@@ -4,7 +4,7 @@ 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 = {
+type TokenMetadata = {
8
name: string;
9
symbol: string;
10
address: string;
0 commit comments