-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
eip: <to be assigned> | ||
title: Tokenized Vaults with Lock-in Period | ||
description: EIP-4626 Tokenized Vaults with Lock-in Period. | ||
author: Anderson Chen <[email protected]>, Martinet Lee <[email protected]>, Anton Cheng <[email protected]> | ||
author: Anderson Chen (@Ankarrr), Martinet Lee <[email protected]>, Anton Cheng <[email protected]> | ||
discussions-to: https://ethereum-magicians.org/t/eip-tokenized-vaults-with-lock-in-period/12298 | ||
status: Draft | ||
type: Standards Track | ||
category (*only required for Standards Track): ERC | ||
category: ERC | ||
created: 2022-12-21 | ||
requires: 4626 | ||
--- | ||
|
@@ -21,7 +21,7 @@ The [EIP-4626](./eip-4626.md) standard defines a tokenized vault standard that f | |
|
||
## Specification | ||
|
||
All vaults that follow this EIP MUST implement [EIP-4626](./eip-4626.md) to provide basic vault functions and EIP-20 to represent shares. | ||
All vaults that follow this EIP MUST implement [EIP-4626](./eip-4626.md) to provide basic vault functions and [EIP-20](./eip-20.md) to represent shares. | ||
|
||
### Definitions | ||
|
||
|