hyperlane-monorepo
hyperlane-monorepo copied to clipboard
Routing ism schema in SDK does not matching routing config type
Problem
There are (accidentally) 2 versions of the Routing ISM Config schemas, one in the SDK and one in the CLI. The types are incompatible.
Solution
We should unify the definitions by moving the CLI definitions to the SDK and inferring the SDK types from the schema.
Nice to have
- [ ] Move the Hook ISM config schemas from the CLI to the SDK and infer the hook config types too