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

Specify type only imports

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