Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Jan 7, 2025
1 parent bc39114 commit ef98692
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/helpers/dsm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { getLocator } from './sr.contract';
import { Contract } from '@ethersproject/contracts';
import { wqAbi } from './wq.abi';
import { VOTING } from './voting';
import { BigNumber } from 'ethers';

function createWallet(provider: ethers.providers.JsonRpcProvider) {
if (!process.env.WALLET_PRIVATE_KEY) throw new Error(NO_PRIVKEY_MESSAGE);
Expand Down

0 comments on commit ef98692

Please sign in to comment.