feat: `warp init` simplified config (#4504)
### Description This PR updates the ISM configuration prompting for the `warp init` command allowing the user to choose if a trusted ISM should be used by default or a configured one. Before: ![image](https://github.com/user-attachments/assets/7be4e5af-d664-4481-ac31-b87caf609b91) ![image](https://github.com/user-attachments/assets/030aa59c-82ad-4349-a973-273b0eb15403) After: ![image](https://github.com/user-attachments/assets/c19ca765-c771-4d04-8041-c5c19f44f645) ![image](https://github.com/user-attachments/assets/5e875beb-c86e-464d-bcf9-0c705a9f43ce) ### Drive-by changes - No ### Related issues - Fixes https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/4464 ### Backward compatibility - Yes ### Testing - Manual --------- Co-authored-by: Lee <6251863+ltyu@users.noreply.github.com>pull/4686/head
parent
c08d842adf
commit
3662297fc5
@ -0,0 +1,5 @@ |
||||
--- |
||||
'@hyperlane-xyz/cli': minor |
||||
--- |
||||
|
||||
Add prompt in `warp init` command to choose if a trusted relayer should be used instead of making the choice by default for the user and enable the `--yes` flag to default to a trusted ISM |
Loading…
Reference in new issue