Skip to content

Commit 051028b

Browse files
committed
fixing liniting issues
1 parent 9143857 commit 051028b

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import {
5353
padHex,
5454
} from "thirdweb/utils";
5555

56-
export type CrossChain = {
56+
type CrossChain = {
5757
id: number;
5858
network: string;
5959
chainId: number;
@@ -118,8 +118,6 @@ export function DataTable({
118118
throw new Error("No active account");
119119
}
120120

121-
// TODO: deploy the core contract directly with the initializer calldata
122-
123121
const chain = defineChain(chainId);
124122
const client = getThirdwebClient();
125123
const salt = concatHex(["0x0101", padHex("0x", { size: 30 })]).toString();

0 commit comments

Comments
 (0)