You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/tokens/create/_apis/create-token-on-bridge.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,15 @@ import { isProd } from "@/constants/env-utils";
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/tokens/create/token/create-token-page-impl.tsx
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -445,6 +445,8 @@ export function CreateTokenAssetPage(props: {
445
445
chainId: params.chainId,
446
446
client: props.client,
447
447
tokenAddress: params.contractAddress,
448
+
// TODO: UPDATE THIS WHEN WE ALLOW CUSTOM CURRENCY PAIRING
0 commit comments