From aa1b73e920a70bcf6936dbf27211e6af1e59723d Mon Sep 17 00:00:00 2001 From: Le Yu <6251863+ltyu@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:22:47 -0500 Subject: [PATCH] docs(changeset): Update hyperlane warp send to send a round trip transfer to all chains in WarpCoreConfig, if --origin and/or --destination is not provided. --- .changeset/lovely-snakes-cross.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/lovely-snakes-cross.md diff --git a/.changeset/lovely-snakes-cross.md b/.changeset/lovely-snakes-cross.md new file mode 100644 index 0000000000..924c55e7de --- /dev/null +++ b/.changeset/lovely-snakes-cross.md @@ -0,0 +1,5 @@ +--- +'@hyperlane-xyz/cli': minor +--- + +Update hyperlane warp send to send a round trip transfer to all chains in WarpCoreConfig, if --origin and/or --destination is not provided.