Skip to content

Commit

Permalink
docs: reflect changed config and remove section on global config
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Oct 13, 2023
1 parent 4717501 commit 58e9ece
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ To use the addressbook in a project, add common addresses to your `ape-config.ya

```yaml
addressbook:
entries:
shared_account: "0x2192f6112a026bce4047CeD2A16553Fd31E798B6"
```
Expand All @@ -43,11 +42,3 @@ from ape_addressbook import addressbook

address = addressbook["shared_account"]
```

You can also add global addresses:

```python
from ape_addressbook import addressbook

addressbook.set_global_entry("global_address", "0x2192f6112a026bce4047CeD2A16553Fd31E798B6")
```

0 comments on commit 58e9ece

Please sign in to comment.