From e68bc82342fc51689ac0407ebf2e3a41a95ec76f Mon Sep 17 00:00:00 2001 From: konstantin Date: Tue, 25 Nov 2025 17:44:10 +0700 Subject: [PATCH] added warnings for origin/destination --- docs/docs/origins-and-destinations.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/origins-and-destinations.mdx b/docs/docs/origins-and-destinations.mdx index f8dfaec..1173116 100644 --- a/docs/docs/origins-and-destinations.mdx +++ b/docs/docs/origins-and-destinations.mdx @@ -27,10 +27,18 @@ Some networks are currently unable to act as destination chains because the call ## Mainnet Chains +:::info[Origin/Destination] +Origin is the chain where events originate and are read from. Destination is the chain where callbacks are delivered in response to those events. Mainnets and testnets must not be mixed. If origin is a mainnet, destination must also be a mainnet, and vice versa. +::: + ## Testnet Chains +:::info[Origin/Destination] +Origin is the chain where events originate and are read from. Destination is the chain where callbacks are delivered in response to those events. Mainnets and testnets must not be mixed. If origin is a testnet, destination must also be a testnet, and vice versa. +::: + [//]: # (emojis for status ✅ ➖ ⌛)