Skip to content

Commit

Permalink
Merge pull request #195 from 1inch/deploy/erc4626wrapper
Browse files Browse the repository at this point in the history
[SC-1288][SC-1290] Deploy Erc4626Wrapper
  • Loading branch information
zZoMROT authored Nov 15, 2024
2 parents 76fa30f + fec55b5 commit e84952c
Show file tree
Hide file tree
Showing 15 changed files with 544 additions and 528 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ If no direct liquidity pair exists between two tokens, the spot price aggregator
* YVault - [0x9FF110f132d988bfa9bC6a21851Da1aF3aC6EaF8](https://etherscan.io/address/0x9FF110f132d988bfa9bC6a21851Da1aF3aC6EaF8)
* stETH - [0x26daCf7E879b18FE658326ddD3ABC0D6910B3E9F](https://etherscan.io/address/0x26daCf7E879b18FE658326ddD3ABC0D6910B3E9F)
* wstETH - [0x37eB78fE793E89353e46AEe73E299985C3B8d334](https://etherscan.io/address/0x37eB78fE793E89353e46AEe73E299985C3B8d334)
* sDAI - [0xF07317368A4B061dadB8C8239cbfCfd4808B76ce](https://etherscan.io/address/0xF07317368A4B061dadB8C8239cbfCfd4808B76ce)
* CHAI - [0x6fE4926a0fCc78ab764b39f2738e1Dea145d7AC0](https://etherscan.io/address/0x6fE4926a0fCc78ab764b39f2738e1Dea145d7AC0)
* sUSDe - [0x6b4A160c09E7acCB2Ceb881E52409a01731d112c](https://etherscan.io/address/0x6b4A160c09E7acCB2Ceb881E52409a01731d112c)
* Erc4626 - [0xE2B06CDBB6128347B11DE676DA8b51e1e1f7F76E](https://etherscan.io/address/0xE2B06CDBB6128347B11DE676DA8b51e1e1f7F76E)
* [sUSDe](https://etherscan.io/address/0x9D39A5DE30e57443BfF2A8307A4256c8797A3497), [sDAI](https://etherscan.io/address/0x83F20F44975D03b1b09e64809B757c47f942BEeA), [xrETH](https://etherscan.io/address/0xBB22d59B73D7a6F3A8a83A214BECc67Eb3b511fE), [scrvUSD](https://etherscan.io/address/0x0655977FEb2f289A4aB78af67BAB0d17aAb84367)

</details>

Expand Down Expand Up @@ -635,7 +635,8 @@ If no direct liquidity pair exists between two tokens, the spot price aggregator
* AaveV3 - [0x0c8fc7a71C28c768FDC1f7d75835229beBEB1573](https://basescan.org/address/0x0c8fc7a71C28c768FDC1f7d75835229beBEB1573)
* StataTokens (AaveV3) - [0x1A75DF59f464a70Cc8f7383983852FF72e5F5167](https://basescan.org/address/0x1A75DF59f464a70Cc8f7383983852FF72e5F5167)
* CompoundV3 - [0x3afA12cf9Ac1a96845973BD93dBEa183A94DD74F](https://basescan.org/address/0x3afA12cf9Ac1a96845973BD93dBEa183A94DD74F)
* wsuperOETHb - [0x82534c42D6F7C347503C6618170A9aA7d382D8Ec](https://basescan.org/address/0x82534c42D6F7C347503C6618170A9aA7d382D8Ec)
* Erc4626 - [0xE2B06CDBB6128347B11DE676DA8b51e1e1f7F76E](https://basescan.org/address/0xE2B06CDBB6128347B11DE676DA8b51e1e1f7F76E)
* [wsuperOETHb](https://basescan.org/address/0x7FcD174E80f264448ebeE8c88a7C4476AAF58Ea6)

</details>

Expand Down
9 changes: 0 additions & 9 deletions contracts/interfaces/ISDai.sol

This file was deleted.

18 changes: 0 additions & 18 deletions contracts/wrappers/SDaiWrapper.sol

This file was deleted.

19 changes: 0 additions & 19 deletions contracts/wrappers/SUSDeWrapper.sol

This file was deleted.

9 changes: 0 additions & 9 deletions contracts/wrappers/WsuperOETHbWrapper.sol

This file was deleted.

249 changes: 249 additions & 0 deletions deployments/base/Erc4626Wrapper.json

Large diffs are not rendered by default.

125 changes: 0 additions & 125 deletions deployments/base/WsuperOETHbWrapper.json

This file was deleted.

Loading

0 comments on commit e84952c

Please sign in to comment.