Skip to content

Commit

Permalink
Update ucs01-relay.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
tudorpintea999 authored Dec 13, 2024
1 parent b42c7e7 commit 8f8879a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/protocol/channels/ucs01-relay.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Mermaid from "#/components/Mermaid.astro";

# Overview

`ucs01-relay-1` is an evm compatible, multihop protocol leveraging [packet-forward middleware](https://github.com/cosmos/ibc-apps/tree/main/middleware/packet-forward-middleware) (PFM).
`ucs01-relay-1` is an EVM compatible, multihop protocol leveraging [packet-forward middleware](https://github.com/cosmos/ibc-apps/tree/main/middleware/packet-forward-middleware) (PFM).
A transfer is decomposed into two smaller transfers, and routed through the middleware to the appropriate chain using the `channel` and `port` combination. `ucs01-relay-1` is only supported
for transfers, as it leverages the memo field to encode routing data.

Expand Down Expand Up @@ -48,4 +48,4 @@ The memo field of the transfer must contain a JSON object with a `forward` key,
}
```

On Union, the `PFM` middleware will create a new transfer with a new sequence number using the routing info.
On Union, the `PFM` middleware will create a new transfer with a new sequence number using the routing info.

0 comments on commit 8f8879a

Please sign in to comment.