Skip to content

Commit

Permalink
readme: fix setup for new URL (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinbhardwaj authored Sep 12, 2023
1 parent 6a08bc0 commit 4887c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ bool valid = abi.decode(ret, (uint256)) == 1;
Run `foundryup` to ensure you have the latest foundry. Then,

```
git clone --recurse-submodules [email protected]:daimo-eth/eip-7212
cd eip-7212
git clone --recurse-submodules [email protected]:daimo-eth/p256-verifier
cd p256-verifier
forge test --via-ir -vv
```

Expand Down

1 comment on commit 4887c97

@nalinbhardwaj
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

veridise audit code freeze commit

Please sign in to comment.