Minor Changes
- 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.
- b6fdf2f: Implement XERC20 and FiatToken collateral warp routes
- aea79c6: Adds single-chain dry-run support for deploying warp routes & gas estimation for core and warp route dry-run deployments.
- 917266d: Add --self-relay to CLI commands
- b63714e: Convert all public hyperlane npm packages from CJS to pure ESM
- 450e8e0: Migrate fork util from CLI to SDK. Anvil IP & Port are now optionally passed into fork util by client.
- 3528b28: Restructure CLI params around registries
- af26342: Introduces
hyperlane hook read
andhyperlane ism read
commands for deriving onchain Hook/ISM configs from an address on a given chain.