From c2ccffa85d77798c33c4fa11b916c177b3cb342d Mon Sep 17 00:00:00 2001 From: Danyll <37103154+Danyylka@users.noreply.github.com> Date: Sat, 23 Nov 2024 20:56:03 +0100 Subject: [PATCH 1/2] fix typo README.md --- app/ibc-hooks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ibc-hooks/README.md b/app/ibc-hooks/README.md index 52562e9..1cc4936 100644 --- a/app/ibc-hooks/README.md +++ b/app/ibc-hooks/README.md @@ -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: @@ -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 From a34f47bdaec09e8ff84b510cb4c3fe47e079a511 Mon Sep 17 00:00:00 2001 From: Danyll <37103154+Danyylka@users.noreply.github.com> Date: Sat, 23 Nov 2024 21:26:39 +0100 Subject: [PATCH 2/2] Update README.md --- app/ibc-hooks/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/app/ibc-hooks/README.md b/app/ibc-hooks/README.md index 1cc4936..6f5cddc 100644 --- a/app/ibc-hooks/README.md +++ b/app/ibc-hooks/README.md @@ -186,7 +186,6 @@ Also when a contract make IBC transfer request, it should provide async callback ### IBC Transfer using ERC20Wrapper `src -> dst`: Execute the ERC20Wrapper contract to wrap and do ibc-transfer - `dst -> src`: ibc-transfer and execute the ERC20Wrapper contract via ibc-hook - data example