Skip to content

Commit

Permalink
readme: remove rent payer PDA
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 authored Dec 5, 2024
1 parent bdfc976 commit f5dfad7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f5dfad7

Please sign in to comment.