Skip to content

Commit

Permalink
test: eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Oct 19, 2023
1 parent f06b1aa commit 56b9a6c
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 56b9a6c

Please sign in to comment.