Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo README.md #121

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions app/ibc-hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ If an ICS20 packet is directed towards evmhooks, and is formatted incorrectly, t

Pre evm hooks:

- Ensure the incoming IBC packet is cryptogaphically valid
- Ensure the incoming IBC packet is cryptographically valid
- Ensure the incoming IBC packet is not timed out.

In evm hooks, pre packet execution:
Expand Down Expand Up @@ -187,7 +187,7 @@ Also when a contract make IBC transfer request, it should provide async callback

`src -> dst`: Execute the ERC20Wrapper contract to wrap and do ibc-transfer

`dst -> src`: ibc-trasfer and execute the ERC20Wrapper contract via ibc-hook
`dst -> src`: ibc-transfer and execute the ERC20Wrapper contract via ibc-hook

- data example

Expand Down