Commit 39be2d12 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #2080 from ethereum-optimism/fix/import-perf

batch-submitter: import performance
parents 97c2f807 ca547c4e
---
'@eth-optimism/batch-submitter': patch
---
Import performance to not couple batch submitter to version of nodejs that has performance as a builtin
/* External Imports */
import { performance } from 'perf_hooks'
import { Promise as bPromise } from 'bluebird'
import { Contract, Signer, providers } from 'ethers'
import { TransactionReceipt } from '@ethersproject/abstract-provider'
......
/* External Imports */
import { performance } from 'perf_hooks'
import { Promise as bPromise } from 'bluebird'
import { Signer, ethers, Contract, providers } from 'ethers'
import { TransactionReceipt } from '@ethersproject/abstract-provider'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment