Commit 1b045ff0 authored by Wyatt Barnes's avatar Wyatt Barnes

Specify type only imports

parent 9d108959
import Web3, { import Web3, {
BlockNumberOrTag, type BlockNumberOrTag,
BlockTags, BlockTags,
Contract, Contract,
DataFormat, type DataFormat,
DEFAULT_RETURN_FORMAT, DEFAULT_RETURN_FORMAT,
FMT_BYTES, FMT_BYTES,
FMT_NUMBER, FMT_NUMBER,
Numbers, type Numbers,
Transaction, type Transaction,
Web3PluginBase, Web3PluginBase,
} from 'web3' } from 'web3'
import { TransactionFactory, TxData } from 'web3-eth-accounts' import { TransactionFactory, type TxData } from 'web3-eth-accounts'
import { estimateGas, formatTransaction } from 'web3-eth' import { estimateGas, formatTransaction } from 'web3-eth'
import { import {
gasPriceOracleABI, gasPriceOracleABI,
......
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