Skip to content

Commit

Permalink
Fix typos in README.md and ExpressRelayIntegration.t.sol (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hack666r authored Dec 26, 2024
1 parent cd1cea0 commit 3d7891b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/evm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ forge install nomad-xyz/ExcessivelySafeCall@be417ab0c26233578b8d8f3a37b87bd1fc
## Permit2

Since Permit2 contract compiles with a different solc version not compatible with the rest of the repo,
we have commited the compiled artifacts in [`permit2/Permit2.json`](`permit2/Permit2.json`).
we have committed the compiled artifacts in [`permit2/Permit2.json`](`permit2/Permit2.json`).
To compile the contract yourself, you can run the following command:

```shell
Expand Down
2 changes: 1 addition & 1 deletion contracts/evm/test/ExpressRelayIntegration.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ contract ExpressRelayIntegrationTest is Test, ExpressRelayTestSetup {
bidInfos
);

// wrong permisison key
// wrong permission key
permission = abi.encode(address(0));

uint256 balanceProtocolPre = address(tokenVault).balance;
Expand Down

0 comments on commit 3d7891b

Please sign in to comment.