Skip to content

Commit

Permalink
Update ERC-7575: ERC7575 clarifications
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
hieronx authored May 28, 2024
1 parent c4fe106 commit d813a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ERCS/erc-7575.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Pipes convert between a single `asset` and `share` which are both [ERC-20](./eip

A Pipe MAY be either unidirectional or bidirectional.

A unidirectional Pipe SHOULD implement only the entry function(s) `deposit` and/or `mint`.
A unidirectional Pipe SHOULD implement only the entry function(s) `deposit` and/or `mint`, not `redeem` and/or `withdraw`.

### Share-to-Vault lookup

Expand Down Expand Up @@ -140,7 +140,7 @@ This is optional, to maintain backward compatibility with use cases where the `s

## Backwards Compatibility

[ERC-7575](./eip-7575.md) Vaults are compatible with [ERC-4626](./eip-4626.md) except for the [ERC-20](./eip-20.md) functionality which has been removed.
[ERC-7575](./eip-7575.md) Vaults are not fully compatible with [ERC-4626](./eip-4626.md) because the [ERC-20](./eip-20.md) functionality has been removed.

## Reference Implementation

Expand Down

0 comments on commit d813a80

Please sign in to comment.