From 67fb9e66aa7e3670c1b7322c5c770802cd639237 Mon Sep 17 00:00:00 2001 From: Dennis Kimathi Date: Tue, 25 Feb 2025 13:34:06 +0300 Subject: [PATCH] fix: fix typo to erc4626 --- developer-documentation/vault-contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-documentation/vault-contract.md b/developer-documentation/vault-contract.md index 286f50e..05b585f 100644 --- a/developer-documentation/vault-contract.md +++ b/developer-documentation/vault-contract.md @@ -171,4 +171,4 @@ The current release of our standard Beefy Vault Contract is [BeefyVaultV7.sol](h * Updated the strategy interface to allow for upgradeable strategies; and * Amended all contracts to remove reliance on the SafeMath library, which has been generally retired following incorporation of its features into Solidity v0.8. -Separately, a ERC-4646-compliant wrapper contract was released for the V7 vault in November 2022, which allows developers to incorporate Beefy Vaults into their projects with standardised vault functionality and interfaces. See [beefywrapper-contract.md](other-beefy-contracts/beefywrapper-contract.md "mention") for more information. +Separately, a ERC-4626-compliant wrapper contract was released for the V7 vault in November 2022, which allows developers to incorporate Beefy Vaults into their projects with standardised vault functionality and interfaces. See [beefywrapper-contract.md](other-beefy-contracts/beefywrapper-contract.md "mention") for more information.