From e9f59fe9b934063ac92a84f4512091bf0f19eb6e Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Thu, 13 Sep 2018 09:41:11 +0100 Subject: [PATCH] Rename ENS ABI to eip-205 (#1406) * Draft EIP for ENS support for contract ABIs * Fix signature for resolver function * Rename abi to ABI to avoid name clashes * Update and rename eip-ens-abi-lookup.md to eip-634.md * Update eip-634.md * Update eip-634.md * Update and rename eip-634.md to eip-205.md * Delete eip-634.md --- EIPS/{eip-634.md => eip-205.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename EIPS/{eip-634.md => eip-205.md} (99%) diff --git a/EIPS/eip-634.md b/EIPS/eip-205.md similarity index 99% rename from EIPS/eip-634.md rename to EIPS/eip-205.md index b1167773..09c5e366 100644 --- a/EIPS/eip-634.md +++ b/EIPS/eip-205.md @@ -1,5 +1,5 @@ --- -eip: 634 +eip: 205 title: ENS support for contract ABIs author: Nick Johnson type: Standards Track