Skip to content

Commit

Permalink
chore: fix p256 delegation contract link (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmc9 authored Oct 14, 2024
1 parent 89674c3 commit 808a3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter1/delegate-p256/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python p256.py gen

This script will generate a `p256` private and public key pair, save them to `private.pem` and `public.pem` respectively, and print the keys in hex format.

- Deploy [P256Delegation](src/P256Delegation.sol) contract, which we will be delegating to
- Deploy [P256Delegation](../contracts/src/P256Delegation.sol) contract, which we will be delegating to

```bash
forge create P256Delegation --private-key "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"
Expand Down

0 comments on commit 808a3ac

Please sign in to comment.