Skip to content

Commit

Permalink
test: update after package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 8, 2023
1 parent 9b06af9 commit 5ce0ef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ const EventEmitter = require('events')
const EthBlockTracker = require('eth-block-tracker')
const EthQuery = require('ethjs-query')
const { JsonRpcEngine } = require('@metamask/json-rpc-engine')
const { providerAsMiddleware, providerFromEngine } = require('@metamask/eth-json-rpc-middleware')
const { providerAsMiddleware } = require('@metamask/eth-json-rpc-middleware')
const { providerFromEngine } = require('@metamask/eth-json-rpc-provider')
const GanacheCore = require('ganache-core')
const pify = require('pify')
const createFilterMiddleware = require('../index.js')
Expand Down

0 comments on commit 5ce0ef3

Please sign in to comment.