From 23c5a01338f0919a75ca82f8fff1bd973a15a52f Mon Sep 17 00:00:00 2001 From: Canh Trinh Date: Wed, 9 Oct 2024 09:36:49 -0400 Subject: [PATCH] feat: adding example to relayer guide (#1192) --- .../chain-integration/relay-messages/automatic.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/dev/amplifier/chain-integration/relay-messages/automatic.mdx b/src/pages/dev/amplifier/chain-integration/relay-messages/automatic.mdx index 60ae5b25f..b83640c5b 100644 --- a/src/pages/dev/amplifier/chain-integration/relay-messages/automatic.mdx +++ b/src/pages/dev/amplifier/chain-integration/relay-messages/automatic.mdx @@ -34,4 +34,8 @@ The Includer guarantees that messages (in the form of "tasks") are delivered by 1. The Includer monitors the transaction and reprices it if necessary. 1. The relayer persists the task ID to recover from potential crashes. -Relay tasks contain transaction payloads that perform either Approval, Execution, or Refunds for incoming messages on the destination Amplifier chain. \ No newline at end of file +Relay tasks contain transaction payloads that perform either Approval, Execution, or Refunds for incoming messages on the destination Amplifier chain. + +## Examples + +For an example of how to have your Relayer and its components interact with the Amplifier API, please see the following [guide](https://github.com/axelarnetwork/axelar-examples/blob/main/examples/amplifier/README.md). \ No newline at end of file