hyperlane-monorepo
hyperlane-monorepo copied to clipboard
Create CLI command `hyperlane warp deploy`
Blocked by:
- https://github.com/hyperlane-xyz/issues/issues/1156
Scope:
- Implement a command for the case of applying a hook config:
hyperlane warp apply -
- CLI args:
--config <path>- A path to the fullChainMap<TokenConfig>.-means to read from stdin--artifacts <path>- A path to the artifact file to read and update in the registry--chain <chain-name>(optional): the name of a single chain to apply to
- CLI args:
- As this is a deploy command, it'll first create and then update
- This takes in a ChainMap of warp configs (I guess
ChainMap<TokenConfig>?)
This could be done along with https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/3479