Skip to content

Commit 29eaeca

Browse files
committed
lint
1 parent 570c1d4 commit 29eaeca

File tree

1 file changed

+0
-9
lines changed
  • apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/cross-chain

1 file changed

+0
-9
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/cross-chain/data-table.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,6 @@ type CrossChain = {
5555
status: "DEPLOYED" | "NOT_DEPLOYED";
5656
};
5757

58-
type ChainId =
59-
| "84532"
60-
| "11155420"
61-
| "919"
62-
| "111557560"
63-
| "999999999"
64-
| "11155111"
65-
| "421614";
66-
6758
const formSchema = z.object({
6859
amounts: z.object({
6960
"84532": z.string(),

0 commit comments

Comments
 (0)