From 3d5b99e4183bab05a22bfc7c0606781cea9c9f2a Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Fri, 23 Mar 2018 15:45:14 +0000 Subject: [PATCH] Remove EIP26 from index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index acfb2324..b22a42a9 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 (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.