Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/docs/origins-and-destinations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

<MainnetChainTable />

## 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.
:::

<TestnetChainTable />

[//]: # (emojis for status ✅ ➖ ⌛)
Expand Down
Loading