Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Mar 25, 2023
1 parent 8b11bef commit 9c9da8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/client/test/sim/sharding.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ import { TransactionFactory } from '@ethereumjs/tx'
import { privateToAddress } from '@ethereumjs/util'
import { Client } from 'jayson/promise'
import { randomBytes } from 'node:crypto'
import * as fs from 'node:fs'
import * as tape from 'tape'

import {
createBlobTxs,
filterKeywords,
filterOutWords,
runBlobTx,
runBlobTxsFromFile,
runTxHelper,
sleep,
startNetwork,
Expand All @@ -36,7 +34,7 @@ tape('sharding/eip4844 hardfork tests', async (t) => {
}
const { teardownCallBack, result } = await startNetwork(network, client, {
filterKeywords,
filterOutWords: [],
filterOutWords,
externalRun: process.env.EXTERNAL_RUN,
withPeer: process.env.WITH_PEER,
})
Expand Down

0 comments on commit 9c9da8c

Please sign in to comment.