Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EIP-634: Move to Last Call #6841

Closed
wants to merge 3 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions EIPS/eip-634.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ eip: 634
title: Storage of text records in ENS
description: Profiles for ENS resolvers to store arbitrary text key/value pairs.
author: Richard Moore (@ricmoo)
type: Standards Track
discussions-to: https://github.com/ethereum/EIPs/issues/2439
status: Last Call
last-call-deadline: 2023-05-31
type: Standards Track
category: ERC
status: Stagnant
created: 2017-05-17
requires: 137, 165
---
Expand Down Expand Up @@ -41,7 +42,7 @@ interface IERC634 {
}
```

The [EIP-165](./eip-165.md) interface ID of this interface is `0x59d1d43c`.
The [ERC-165](./eip-165.md) interface ID of this interface is `0x59d1d43c`.

The `text` data may be any arbitrary UTF-8 string. If the key is not present, the empty string
must be returned.
Expand Down