From 67902b7c646232ec108a4d82f2bf0a89b8315967 Mon Sep 17 00:00:00 2001 From: Mo Hussan <22501692+Mo-Hussain@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:37:10 +0100 Subject: [PATCH] feat(getStarted): Add info callout for send test message limitation --- docs/deploy-hyperlane.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/deploy-hyperlane.mdx b/docs/deploy-hyperlane.mdx index 93f653bc..da5ac0bb 100644 --- a/docs/deploy-hyperlane.mdx +++ b/docs/deploy-hyperlane.mdx @@ -128,10 +128,11 @@ To send a test message, run: ```bash hyperlane send message --relay ``` - +:::info Currently core self-relay only works **from Holesky** **to your custom chain**. When dispatch is successful, you should see that the message was self-relayed! Support in the CLI for other origin chains is being added; chains that are not supported will output `Error: No fallback hook config found`. +::: :::note