fix: early strategy detection in warp apply (#4706)
### Description When using `warp apply`, a user may provide a `strategyUrl`. However, they won't know if 1) it's valid, and 2) if it even exists until much later. This adds the detection & validation early. ### Drive-by changes Remove yaml print ### Backward compatibility Yes ### Testing Manualpull/4711/head
parent
a54210583e
commit
41035aac8f
@ -0,0 +1,6 @@ |
||||
--- |
||||
'@hyperlane-xyz/cli': minor |
||||
--- |
||||
|
||||
Add strategyUrl detect and validation in the beginning of `warp apply` |
||||
Remove yaml transactions print from `warp apply` |
Loading…
Reference in new issue