From a217fc6ef15509b2b022d96202ce76b90a5e52a5 Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Fri, 23 Mar 2018 15:05:28 +0000 Subject: [PATCH] Remove reference to EIP 85 from index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 32544469..acfb2324 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@ title: Home

Includes improvements around client API/RPC specifications and standards, and also certain language-level standards like method names (EIP59, EIP6) and contract ABIs. The label “interface” aligns with the interfaces repo and discussion should primarily occur in that repository before an EIP is submitted to the EIPs repository.

ERC ({{site.pages|where:"type","Standards Track"|where:"category","ERC"|size}})

-

Application-level standards and conventions, including contract standards such as token standards (ERC20), name registries (ERC26, ERC137), URI schemes (ERC67), library/package formats (EIP82), and wallet formats (EIP85).

+

Application-level standards and conventions, including contract standards such as token standards (ERC20), name registries (ERC26, ERC137), URI schemes (ERC67), library/package formats (EIP82), and wallet formats (EIP85).

Informational ({{site.pages|where:"type","Informational"|size}})

Describes a Ethereum design issue, or provides general guidelines or information to the Ethereum community, but does not propose a new feature. Informational EIPs do not necessarily represent Ethereum community consensus or a recommendation, so users and implementers are free to ignore Informational EIPs or follow their advice.