fix: scripts using old options

This commit is contained in:
Taranto 2022-12-15 19:55:17 +00:00
parent 008f3c9049
commit fb70a00f77
7 changed files with 8 additions and 165 deletions

View file

@ -7,7 +7,6 @@ const { default: PQueue } = require('p-queue')
const BN = require('../../../bn')
const E = require('../../../error')
const logger = require('../../../logger')
const options = require('../../../options')
const jsonRpc = require('../../common/json-rpc')
const BLOCKCHAIN_DIR = process.env.BLOCKCHAIN_DIR