Skip to content

Commit 2a0ff92

Browse files
committed
docs: update ENS docs
1 parent 108899d commit 2a0ff92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The **ENS API** supports the following groups of endpoints:
1717
| ---------------------------------------------------------------------------- | -------------------------------------------- | ----------------- |
1818
| `ens.records_by_owner(owner_address, limit)` | `GET /v0/ens/ens-records-by-owner` | `List[ENSRecord]` |
1919
| `ens.records_by_date(timestamp_after, timestamp_before, type, order, limit)` | `GET /v0/ens/ens-records-by-date` | `List[ENSRecord]` |
20-
| `ens.records_by_account(account_address)` | `GET /v0/ens/ens-records-by-account` | `List[ENSRecord]` |
20+
| `ens.records_by_account(resolved_address)` | `GET /v0/ens/ens-records-by-account` | `List[ENSRecord]` |
2121
| `ens.records_by_name(ens_names)` | `GET /v0/ens/ens-records-by-name` | `List[ENSRecord]` |
2222
| `ens.records_by_token_id(token_ids)` | `GET /v0/ens/ens-records-by-token-id` | `List[ENSRecord]` |
2323

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# version compliant with PEP440
1010
# https://peps.python.org/pep-0440/
11-
version='2.0.3',
11+
version='2.0.4',
1212

1313
# project meta
1414
long_description = long_description,

0 commit comments

Comments
 (0)