v2.23.31
Pre-release
Pre-release
Key Changes
This release adds testnet only support for the following chains. If you would like to enabled them, you must add the following config parameters.
Arbitrum Sepolia
--arbitrumSepoliaRPC <webSocketURL>
--arbitrumSepoliaContract 0x6b9C8671cdDC8dEab9c719bB87cBd3e782bA6a35
Base Sepolia
--baseSepoliaRPC <webSocketURL>
--baseSepoliaContract 0x79A1027a6A159502049F10906D333EC57E95F083
Optimism Sepolia
--optimismSepoliaRPC <webSocketURL>
--optimismSepoliaContract 0x31377888146f3253211EFEf5c676D41ECe7D58Fe
Note that this release changes the logger name for the EVM watchers from something like root.ethwatch
to root.eth_watch
. If you process logs based on these values, you will need to update your tooling.
What's Changed
- Deploy Sepolia based L2s by @bruce-riley in #3606
Full Changelog: v2.23.30...v2.23.31