Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx committed Jun 12, 2024
1 parent 196a786 commit 25bb2fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Morpho Market

Contracts required for the real-world asset (RWA) Morpho market. Two main features:
* `PermissionedERC20Wrapper`: an ERC20 wrapper that can be minted and transferred only to accounts that hold verified account and non-US verified country attestations, or have been manually added to the memberlist. This extends the `ERC20Wrapper` abstract contract from OpenZeppelin to adapt to the ERC20-wrapper bundler from Morpho.
* `PermissionedERC20Wrapper`: an ERC20 wrapper that can be minted and transferred only to accounts that hold verified account and non-US verified country attestations, or have been manually added to the memberlist. This extends the `erc20-permissioned` abstract contract from Morpho.
* `VaultOracle`: Morpho-compatible oracle for ERC4626 vaults.

## Developing
Expand Down
1 change: 0 additions & 1 deletion src/PermissionedERC20Wrapper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity ^0.8.20;
import {Memberlist} from "src/Memberlist.sol";
import {Auth} from "lib/liquidity-pools/src/Auth.sol";
import {ERC20PermissionedBase, IERC20} from "lib/erc20-permissioned/src/ERC20PermissionedBase.sol";
import {IERC20Metadata} from "lib/openzeppelin-contracts/contracts/token/ERC20/extensions/IERC20Metadata.sol";

interface IAttestationService {
function getAttestation(bytes32 uid) external view returns (Attestation memory);
Expand Down

0 comments on commit 25bb2fa

Please sign in to comment.