Skip to content

Commit

Permalink
chore: handle lint fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Oct 22, 2024
1 parent e066fc4 commit 07fc082
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ import {
import { randomAddress, randomBytes32 } from '../../protocol/utils';
import {
CustomToken__factory,
NoDecimalsToken__factory,
MockPermitToken,
NoDecimalsToken__factory
} from '../../typechain';
import type {
MockFuelMessagePortal,
FuelERC20GatewayV4,
Token,
CustomToken,
NoDecimalsToken,
} from '../../typechain';

MockPermitToken} from '../../typechain';
import { impersonateAccount } from '../utils/impersonateAccount';

type Env = {
Expand Down
2 changes: 1 addition & 1 deletion packages/solidity-contracts/test/utils/deployProxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type {
Signer,
} from 'ethers';

interface ConstructorWithStatic<T, K> extends Function {
interface ConstructorWithStatic<T, K> {
new (signer: Signer): T; // Instance type
connect: (address: string, runner?: ContractRunner | null) => K;
}
Expand Down

0 comments on commit 07fc082

Please sign in to comment.