Commit ca547c4e authored by Mark Tyneway's avatar Mark Tyneway

batch-submitter: import performance

Don't rely on `performance` as a builtin to prevent
coupling the batch submitter to a version of nodejs
that has it as a builtin.
parent 1c6d89be
---
'@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