Expand description
Ethereum watcher polls the Ethereum node for the relevant events, such as priority operations (aka L1 transactions), protocol upgrades etc. New events are accepted to the ZKsync network once they have the sufficient amount of L1 confirmations.
Structsยง
- EthHttp
Query Client - Implementation of [
EthClient
] based on HTTP JSON-RPC (encapsulated viaEthInterface
). - EthWatch
- Ethereum watcher component.