diff --git a/beacon_chain/eth1/eth1_monitor.nim b/beacon_chain/eth1/eth1_monitor.nim index 46ef954f3..49f386e9a 100644 --- a/beacon_chain/eth1/eth1_monitor.nim +++ b/beacon_chain/eth1/eth1_monitor.nim @@ -12,7 +12,7 @@ import typetraits, uri, json], # Nimble packages: chronos, json, metrics, chronicles/timings, - web3, web3/ethtypes as web3Types, web3/ethhexstrings, + web3, web3/ethtypes as web3Types, web3/ethhexstrings, web3/engine_api, eth/common/eth_types, eth/async_utils, stew/byteutils, # Local modules: