Skip to content

Commit 92aa723

Browse files
committed
fix chains
1 parent 2d1d7e0 commit 92aa723

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ const formSchema = z.object({
9595
"919": z.string(),
9696
"111557560": z.string(),
9797
"999999999": z.string(),
98+
"11155111": z.string(),
99+
"421614": z.string(),
98100
}),
99101
});
100102
type FormSchema = z.output<typeof formSchema>;
@@ -136,6 +138,8 @@ export function DataTable({
136138
"919": "", // Mode Network
137139
"111557560": "", // Cyber
138140
"999999999": "", // Zora
141+
"11155111": "", // Sepolia
142+
"421614": "",
139143
},
140144
},
141145
});

0 commit comments

Comments
 (0)