Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zkJoaquin committed Apr 25, 2024
1 parent 0b18019 commit 05aa4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/failedDeposit/scripts/claimFailedDeposit.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ task('claimFailedDeposit', 'Claim failed deposit from L1 to L2.')
return;
}

l1ChainId = (await l1Provider.getNetwork()).chainId;
const l1ChainId = (await l1Provider.getNetwork()).chainId;
console.log(`The l1 chain id is ${l1ChainId}`);
let canonicalTxHash = novaHash;
if (Number(l1ChainId) !== LINEATEST_CHIAN_ID && Number(l1ChainId) !== LINEA_CHIAN_ID) {
Expand Down

0 comments on commit 05aa4f4

Please sign in to comment.