From f5dfad7ee862a12fb215503635e9ec21972cac52 Mon Sep 17 00:00:00 2001 From: brewmaster012 <88689859+brewmaster012@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:42:48 -0600 Subject: [PATCH] readme: remove rent payer PDA --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 51f61a8..e281fa3 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,6 @@ The PDA account address (derived from seeds `b"meta"` and canonical bump) is 2f9SLuUNb7TNeM6gzBwT4ZjbL5ZyKzzHg1Ce9yiquEjj ``` -The PDA account address (derived from seeds `b"rent-payer") -``` -Am1aA3XQciu3vMG6E9yLa2Y9TcTf2XB3D3akLtjVzu3L -``` # Introduction @@ -50,6 +46,8 @@ To build (this will require at least 2GB disk space) $ anchor build ``` +Before you can run the localnet integration tests in js, do a "yarn" command to install dependencies. + To run the tests ```bash $ anchor test