Skip to content

Commit cf8bff8

Browse files
authored
Update erc-4626.md (ethereum#581)
a minimal implementation broken link fixed: https://github.com/transmissions11/solmate/blob/main/src/tokens/ERC4626.sol
1 parent 9689c5a commit cf8bff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ERCS/erc-4626.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ For production implementations of Vaults which do not use EIP-4626, wrapper adap
576576

577577
## Reference Implementation
578578

579-
See [Solmate EIP-4626](https://github.com/Rari-Capital/solmate/blob/main/src/mixins/ERC4626.sol):
579+
See [Solmate EIP-4626](https://github.com/transmissions11/solmate/blob/main/src/tokens/ERC4626.sol):
580580
a minimal and opinionated implementation of the standard with hooks for developers to easily insert custom logic into deposits and withdrawals.
581581

582582
See [Vyper EIP-4626](https://github.com/fubuloubu/ERC4626):

0 commit comments

Comments
 (0)