Skip to content

Commit 97e6b99

Browse files
committed
fixed linting issues
1 parent 051028b commit 97e6b99

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export function DataTable({
118118
throw new Error("No active account");
119119
}
120120

121+
// eslint-disable-next-line no-restricted-syntax
121122
const chain = defineChain(chainId);
122123
const client = getThirdwebClient();
123124
const salt = concatHex(["0x0101", padHex("0x", { size: 30 })]).toString();

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export default async function Page(props: {
6262

6363
const chainsDeployedOn = await Promise.all(
6464
topOPStackTestnetChainIds.map(async (chainId) => {
65+
// eslint-disable-next-line no-restricted-syntax
6566
const chain = defineChain(chainId);
6667
const chainMetadata = await getChainMetadata(chain);
6768

0 commit comments

Comments
 (0)