From ae9da0fe56fb694c41e8ddb39f93cf789d0f3e5a Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 14 Oct 2021 14:29:02 +0300 Subject: [PATCH] Tentative fix for the CI build failures --- beacon_chain/eth1/eth1_monitor.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: