-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #4464 ### Backward compatibility - Yes ### Testing - Manual --------- Co-authored-by: Lee <6251863+ltyu@users.noreply.github.com>
- Loading branch information
Showing
2 changed files
with
44 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters