Skip to content

Commit f1c5466

Browse files
authored
Update and rename draft-erc-versioned-proxy.md to erc-7936.md
1 parent b69fc40 commit f1c5466

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ERCS/draft-erc-versioned-proxy.md renamed to ERCS/erc-7936.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
eip: XXXX
2+
eip: 7936
33
title: Versioned Proxy Contract Interface
44
description: A standard interface for proxy contracts that allows callers to select implementation versions
55
author: Raphina Liu (@Stamp9), Monica Jin (@mokita-j), Martin Monperrus (@monperrus)
@@ -10,8 +10,6 @@ category: ERC
1010
created: 2025-04-17
1111
---
1212

13-
# EIP-XXXX: Versioned Proxy Contract Interface
14-
1513
## Abstract
1614

1715
This EIP standardizes an interface for proxy contracts that allows callers to explicitly select which version of an implementation contract they want to interact with. Unlike traditional proxy patterns that only expose the latest implementation, this standard enables backward compatibility by maintaining access to previous implementations while supporting upgrades. The versioned proxy maintains a registry of implementation addresses mapped to version identifiers, allowing callers to specify their desired version at call time.

0 commit comments

Comments
 (0)