Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion bin/hypernode/src/swap_watchtower.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
));
}
Expand Down
2 changes: 1 addition & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down