Minor Changes
- 811ecfb: Add EvmCoreReader, minor updates.
- f8b6ea4: Update the warp-route-deployment.yaml to a more sensible schema. This schema sets us up to allow multi-chain collateral deployments. Removes intermediary config objects by using zod instead.
- d37cbab: Adds modular transaction submission support for SDK clients, e.g. CLI.
- b6fdf2f: Implement XERC20 and FiatToken collateral warp routes
- 2db77f1: Added RPC
concurrency
property toChainMetadata
.
AddedCrudModule
abstraction and related types.
RemovedFuel
ProtocolType. - 3a08e31: Add EvmERC20WarpRouterReader to derive WarpConfig from TokenRouter address
- 917266d: Add --self-relay to CLI commands
- aab63d4: Adding ICA for governance
- b63714e: Convert all public hyperlane npm packages from CJS to pure ESM
- 3528b28: Remove consts such as chainMetadata from SDK
- 450e8e0: Migrate fork util from CLI to SDK. Anvil IP & Port are now optionally passed into fork util by client.
- af26342: Moved Hook/ISM config stringify into a general object stringify utility.