Skip to content

Commit da85198

Browse files
authored
Merge pull request #26 from euler-xyz/deployment-script
Deployment script
2 parents 77837dd + 1f22be2 commit da85198

File tree

3 files changed

+1112
-3
lines changed

3 files changed

+1112
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
> This repo is a fork of [metamorpho v1.1](https://github.com/morpho-org/metamorpho-v1.1) and [public allocator](https://github.com/morpho-org/public-allocator), inspired by [silo vaults](https://github.com/silo-finance/silo-contracts-v2/tree/develop/silo-vaults), with the following changes:
55
>
66
> - uses a set of accepted ERC4626 vaults as strategies instead of Morpho Blue markets;
7-
> - adds [EVC](https://github.com/euler-xyz/ethereum-vault-connector) and EulerEarn strategy compatibility;
7+
> - adds [EVK](https://github.com/euler-xyz/euler-vault-kit) and EulerEarn strategy compatibility;
8+
> - adds [EVC](https://github.com/euler-xyz/ethereum-vault-connector) compatibility;
89
> - adds [permit2](https://github.com/Uniswap/permit2) compatibility;
9-
> - implements [EVK](https://github.com/euler-xyz/euler-vault-kit/blob/master/docs/whitepaper.md#accounting)-style `VIRTUAL_AMOUNT` conversions;
10-
> - implements zero shares protection on deposits;
10+
> - implements [EVK](https://github.com/euler-xyz/euler-vault-kit/blob/master/docs/whitepaper.md#accounting)-style `VIRTUAL_AMOUNT` conversions that prevents exchange rate manipulation;
1111
> - implements internal balance tracking that prevents EulerEarn share inflation;
12+
> - implements zero shares protection on deposits;
1213
> - adds reentrancy protection;
1314
> - removes the `skim` function and related functionality;
1415
> - removes ERC-2612 permit functionality;

0 commit comments

Comments
 (0)