Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwalsh0 committed Sep 14, 2024
1 parent 9e5566d commit 2d98b88
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
/* eslint-disable @typescript-eslint/no-require-imports, @typescript-eslint/no-var-requires */
import { Mockttp } from 'mockttp';
import {
createDappTransaction,
openDapp,
unlockWallet,
} from '../../../helpers';
import GanacheContractAddressRegistry from '../../../seeder/ganache-contract-address-registry';
import { createDappTransaction, unlockWallet } from '../../../helpers';
import { Driver } from '../../../webdriver/driver';
import { MockedEndpoint } from '../../../mock-e2e';
import { DEFAULT_FIXTURE_ACCOUNT } from '../../../constants';
import {
assertAdvancedGasDetails,
confirmDepositTransaction,
Expand All @@ -18,7 +14,6 @@ import {
toggleAdvancedDetails,
toggleOnHexData,
} from './shared';
import { DEFAULT_FIXTURE_ACCOUNT } from '../../../constants';

const { hexToNumber } = require('@metamask/utils');
const {
Expand Down

0 comments on commit 2d98b88

Please sign in to comment.