fix: use `ism.route(message)` for supporting self relay of ICA ISM (#4772)
### Description ICA ISM does not implement `module(uint32)` but rather `route(message)`. This modifies ISM derivation with message context to use this function. ### Related issues <!-- - Fixes #[issue number here] --> ### Backward compatibility Yes ### Testing Manualpull/4775/head
parent
f9919c447e
commit
56328e6e13
@ -0,0 +1,5 @@ |
||||
--- |
||||
'@hyperlane-xyz/sdk': patch |
||||
--- |
||||
|
||||
Fix ICA ISM self relay |
Loading…
Reference in new issue