Key changes
This is a patch release on top of v2.60.1 from the version/v260-1-sei-patch. It changes the message observation mechanism for Sei (not SeiEVM) to the direct cosmwasm watcher from the Wormchain IBC watcher.
To enable this watcher for Sei, use the following config options:
--seiWS ws://sei:26657/websocket
--seiLCD http://sei:1317
--seiContract sei1gjrrme22cyha4ht2xapn3f08zzw6z3d4uxx6fyy9zd5dyr3yxgzqqncdqnWhat's Changed
- hotfix feat(node): switch sei to cosmwasm watcher by @evan-gray in #4799
Full Changelog: v2.60.1...v2.60.2