Skip to content

Commit

Permalink
Update Readme with eip number
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Mar 21, 2022
1 parent 5a7a96a commit fcb7af9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# EIP - Generic Token Upgrade Standard Reference Implementation
# EIP-4931 - Generic Token Upgrade Standard Reference Implementation

Reference Implementation for EIP
Reference Implementation for [EIP-4931](https://github.com/ethereum/EIPs/pull/4931)

## Summary
Token contract upgrades typically require each asset holder to exchange their old tokens for new ones using a bespoke interface provided by the developers.
This EIP allows for the implementation of a standard API for ERC20 token upgrades. This standard specifies an interface that supports the conversion
EIP-4931 allows for the implementation of a standard API for ERC20 token upgrades. This standard specifies an interface that supports the conversion
of tokens from one contract (called the "source token") to those from another (called the "destination token"), as well as several helper methods to provide basic
information about the token upgrade. There is also an extension optionally available to provide downgrade functionality. Upgrade contract standardization will allow
centralized and decentralized exchanges to conduct token upgrades more efficiently while reducing security risks and enabling a frictionless user experience for
anyone holding an ERC20 asset during an upgrade.

This repository serves as the main reference implementation for the EIP while it is under review.
This repository serves as the main reference implementation for EIP-4931 while it is under review.

## Installing Dependencies
```
Expand Down

0 comments on commit fcb7af9

Please sign in to comment.