From f123a8993c9e16703f018bac151d8ab2c587e439 Mon Sep 17 00:00:00 2001 From: anim001k <140460766+anim001k@users.noreply.github.com> Date: Fri, 1 Aug 2025 12:48:19 +0200 Subject: [PATCH 1/2] Update README.md --- contracts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/README.md b/contracts/README.md index 6a9f073..0271b11 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -27,7 +27,7 @@ forge script --chain arbitrum scripts/DeployRiftExchange.s.sol:DeployRiftExchang ### Development Workflow *Execute all commands from the project root.* -- **When contract code changes (unneccessary if only tests are updated):** +- **When contract code changes (unnecessary if only tests are updated):** ```bash make sync ``` From ea1c07c0df46cc84ea0260cb3d9a3959ec5fc299 Mon Sep 17 00:00:00 2001 From: anim001k <140460766+anim001k@users.noreply.github.com> Date: Fri, 1 Aug 2025 12:48:55 +0200 Subject: [PATCH 2/2] Update swap_watchtower.rs --- bin/hypernode/src/swap_watchtower.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hypernode/src/swap_watchtower.rs b/bin/hypernode/src/swap_watchtower.rs index fc3f8f5..ed75826 100644 --- a/bin/hypernode/src/swap_watchtower.rs +++ b/bin/hypernode/src/swap_watchtower.rs @@ -526,7 +526,7 @@ impl SwapWatchtower { } _ => { return Err(eyre::eyre!( - "Catastrphic unknown revert error submitting swap proof: {:?}", + "Catastrophic unknown revert error submitting swap proof: {:?}", &revert )); }