Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ZumZoom committed Jul 13, 2023
1 parent 26a1c6d commit a496912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/permit.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SignTypedDataVersion, TypedDataUtils } from '@metamask/eth-sig-util';
import { constants } from './prelude';
import { Signature, TypedDataDomain, Wallet } from 'ethers';
import "@nomicfoundation/hardhat-ethers"; // required to populate the HardhatRuntimeEnvironment with ethers
import '@nomicfoundation/hardhat-ethers'; // required to populate the HardhatRuntimeEnvironment with ethers
import { ethers } from 'hardhat';
import { SignerWithAddress } from '@nomicfoundation/hardhat-ethers/signers';
import { AllowanceTransfer, PERMIT2_ADDRESS } from '@uniswap/permit2-sdk';
Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "@nomicfoundation/hardhat-ethers"; // required to populate the HardhatRuntimeEnvironment with ethers
import '@nomicfoundation/hardhat-ethers'; // required to populate the HardhatRuntimeEnvironment with ethers
import hre, { ethers } from 'hardhat';
import { time } from '@nomicfoundation/hardhat-network-helpers';
import { BaseContract, BigNumberish, Contract, ContractTransactionReceipt, ContractTransactionResponse, JsonRpcProvider, Wallet } from 'ethers';
Expand Down

0 comments on commit a496912

Please sign in to comment.