Skip to content

Commit

Permalink
test: eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Jan 5, 2024
1 parent fef150b commit 9870fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-tests/src/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class Helper {

async getBalanceETH(walletAddress: string, layer: string) {
let network: string;
// eslint-disable-next-line @typescript-eslint/no-var-requires
// eslint-disable-next-line @typescript-eslint/no-explicit-any
let provider: any;
if (layer == "L1") {
network = localConfig.L1Network;
Expand Down

0 comments on commit 9870fa3

Please sign in to comment.