From 808a3ac124bacf54bac06d67eecbcd78bb6d226e Mon Sep 17 00:00:00 2001 From: Sean McCaffery Date: Mon, 14 Oct 2024 10:02:38 -0400 Subject: [PATCH] chore: fix p256 delegation contract link (#14) --- chapter1/delegate-p256/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter1/delegate-p256/README.md b/chapter1/delegate-p256/README.md index 07e5e61..42691ce 100644 --- a/chapter1/delegate-p256/README.md +++ b/chapter1/delegate-p256/README.md @@ -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"