From 71f92504a84369761d2c6f067e39fc59ab85b816 Mon Sep 17 00:00:00 2001 From: Merlin Egalite <44097430+MerlinEgalite@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:26:18 +0200 Subject: [PATCH] docs: apply suggestions Signed-off-by: Merlin Egalite <44097430+MerlinEgalite@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1881a19..20ac75b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Morpho Token -This repository contains the latest version of the Morpho protocol’s ERC-20 token, designed to enhance functionality, security, and compatibility within the Morpho ecosystem. This new version introduces upgradability and on-chain delegation features, allowing for greater flexibility and adaptability over time. Additionally, it includes a wrapper contract to facilitate a seamless migration from the previous token version, enabling users to transition their assets with minimal friction. +This repository contains the latest version of the Morpho protocol’s ERC20 token, designed to enhance functionality, security, and compatibility within the Morpho ecosystem. This new version introduces upgradability and onchain delegation features, allowing for greater flexibility and adaptability over time. Additionally, it includes a wrapper contract to facilitate a seamless migration from the previous token version, enabling users to transition their assets with minimal friction. ## Upgradability @@ -14,7 +14,7 @@ The Morpho Token enables onchain voting power delegation. The contract keeps tra ### Wrapper Contract -The `Wrapper` contract is designed to facilitate the migration of legacy tokens to the new token version at a 1:1 exchange ratio. By implementing depositFor and withdrawTo functions, this contract ensures compliance with the Morpho bundler, enabling one-click migrations that simplify the transition process. +The `Wrapper` contract is designed to facilitate the migration of legacy tokens to the new token version at a 1:1 ratio. By implementing `depositFor` and `withdrawTo` functions, this contract ensures compliance with `ERC20WrapperBundler` from the [Morpho bundler](https://github.com/morpho-org/morpho-blue-bundlers) contracts, enabling one-click migrations that simplify the transition process. The `Wrapper` contract will hold the migrated legacy tokens. ### Migration Flow @@ -25,7 +25,7 @@ At the token's initialization, 1B tokens will be minted for the `Wrapper` contra Any legacy token holder will then be able to migrate their tokens by calling the `depositFor` function of the `Wrapper` contract (Having previously approved the migration amount to the wrapper). -Migrated legacy tokens can be recovered thanks to the `withdrawTo`, that allow to revert a migration. +Migrated legacy tokens can be recovered thanks to the `withdrawTo`, that allows to revert a migration. ## Usage