Skip to content

Commit 20993f2

Browse files
committed
typo
1 parent 64a47e0 commit 20993f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/stellar-contracts/tokens/vault

content/stellar-contracts/tokens/vault/vault.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Fungible Token Vault
33
---
44

5-
[Source Code](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/tokens/src/fungible/vault)
5+
[Source Code](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/tokens/src/vault)
66

77
The Fungible Token Vault extends the [Fungible Token](/stellar-contracts/tokens/fungible/fungible) and implements the ERC-4626 tokenized vault standard,
88
enabling fungible tokens to represent shares in an underlying asset pool. The tokenized vault standard
@@ -15,7 +15,7 @@ assets based on the total supply of shares and total assets held by the vault co
1515

1616
## Overview
1717

18-
The [Vault](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/tokens/src/fungible/vault) module provides a complete implementation of tokenized vaults following the ERC-4626 standard. Vaults are useful for:
18+
The [Vault](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/tokens/src/vault) module provides a complete implementation of tokenized vaults following the ERC-4626 standard. Vaults are useful for:
1919

2020
- **Yield-bearing tokens**: Represent shares in a yield-generating strategy
2121
- **Liquidity pools**: Pool assets together with automatic share calculation

0 commit comments

Comments
 (0)