Skip to content

Commit 74ac85a

Browse files
committed
Add reassuring log message upon connecting to the EL
1 parent 2545d1d commit 74ac85a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beacon_chain/eth1/eth1_monitor.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,7 @@ proc ensureDataProvider*(m: Eth1Monitor) {.async.} =
11351135
m.depositContractAddress, web3Url, m.jwtSecret)
11361136
if v.isErr():
11371137
raise (ref CatchableError)(msg: v.error())
1138+
info "Established connection to execution layer", url = web3Url
11381139
v.get()
11391140

11401141
proc stop(m: Eth1Monitor) {.async.} =

0 commit comments

Comments
 (0)