From 5a9c3eddc848d41bcd6d3712559d7af7f534a7b6 Mon Sep 17 00:00:00 2001 From: Zen-Maxi <85650601+Zen-Maxi@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:58:35 -0500 Subject: [PATCH] Add Eth Aave Lido GHO Adds support for Eth Aave Lido GHO for GHO buffer when karpatkey seeds it. Fixes typo from initial PR in ERC4626 registry for USDe StataV2 Vault. --- erc4626/StatATokenV2Review.md | 6 ++++++ erc4626/registry.json | 9 ++++++++- rate-providers/registry.json | 18 ++++++++++++++++++ rate-providers/statATokenv2RateProvider.md | 11 +++++++++++ 4 files changed, 43 insertions(+), 1 deletion(-) diff --git a/erc4626/StatATokenV2Review.md b/erc4626/StatATokenV2Review.md index 43db612..b58198e 100644 --- a/erc4626/StatATokenV2Review.md +++ b/erc4626/StatATokenV2Review.md @@ -94,6 +94,12 @@ If none of these is checked, then this might be a pretty great Rate Provider! If - admin type: Aave governance system. - multisig timelock? YES: 24 hours. + #### Wrapped Aave Lido Ethereum GHO - 0xC71Ea051a5F82c67ADcF634c36FFE6334793D24C + - upgradeable component: `StataTokenV2` ([ethereum:0xC71Ea051a5F82c67ADcF634c36FFE6334793D24C](https://etherscan.io/address/0xC71Ea051a5F82c67ADcF634c36FFE6334793D24C#readProxyContract)) + - admin address: [ethereum:0x5300A1a15135EA4dc7aD5a167152C01EFc9b192A](https://etherscan.io/address/0x5300A1a15135EA4dc7aD5a167152C01EFc9b192A#code) + - admin type: Aave governance system. + - multisig timelock? YES: 24 hours. + ### Common Manipulation Vectors - [ ] The ERC4626 Vault is susceptible to donation attacks. diff --git a/erc4626/registry.json b/erc4626/registry.json index 262069c..68bb71d 100644 --- a/erc4626/registry.json +++ b/erc4626/registry.json @@ -65,7 +65,14 @@ }, "0x5F9D59db355b4A60501544637b00e94082cA575b": { "asset": "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3", - "name": "Wrapped Aave Ethereum USDT", + "name": "Wrapped Aave Ethereum USDe", + "summary": "safe", + "review": "./StatATokenV2Review.md", + "warnings": [] + }, + "0xC71Ea051a5F82c67ADcF634c36FFE6334793D24C": { + "asset": "0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f", + "name": "Wrapped Aave Lido Ethereum GHO", "summary": "safe", "review": "./StatATokenV2Review.md", "warnings": [] diff --git a/rate-providers/registry.json b/rate-providers/registry.json index 2142404..dec52ff 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -1901,6 +1901,24 @@ "implementationReviewed": "0xeF434E4573b90b6ECd4a00f4888381e4D0CC5Ccd" } ] + }, + "0x851b73c4BFd5275D47FFf082F9e8B4997dCCB253": { + "asset": "0xC71Ea051a5F82c67ADcF634c36FFE6334793D24C", + "name": "ERC4626RateProvider", + "summary": "safe", + "review": "./statATokenv2RateProvider.md", + "warnings": [""], + "factory": "0xFC541f8d8c5e907E236C8931F0Df9F58e0C259Ec", + "upgradeableComponents": [ + { + "entrypoint": "0xC71Ea051a5F82c67ADcF634c36FFE6334793D24C", + "implementationReviewed": "0x487c2C53c0866F0A73ae317bD1A28F63ADcD9aD1" + }, + { + "entrypoint": "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2", + "implementationReviewed": "0xeF434E4573b90b6ECd4a00f4888381e4D0CC5Ccd" + } + ] } }, "fantom": { diff --git a/rate-providers/statATokenv2RateProvider.md b/rate-providers/statATokenv2RateProvider.md index e4a63dd..72cca30 100644 --- a/rate-providers/statATokenv2RateProvider.md +++ b/rate-providers/statATokenv2RateProvider.md @@ -9,6 +9,7 @@ - USDT [ethereum:0xEdf63cce4bA70cbE74064b7687882E71ebB0e988](https://etherscan.io/address/0xEdf63cce4bA70cbE74064b7687882E71ebB0e988#code) - Lido wETH [ethereum:0xf4b5D1C22F35a460b91edD7F33Cefe619E2fAaF4](https://etherscan.io/address/0xf4b5D1C22F35a460b91edD7F33Cefe619E2fAaF4#code) - USDe [ethereum:0xdB44A0223604ABAD704C4bCDDAAd88b101953246](https://etherscan.io/address/0xdB44A0223604ABAD704C4bCDDAAd88b101953246#code) + - Lido GHO [ethereum:0x851b73c4BFd5275D47FFf082F9e8B4997dCCB253](https://etherscan.io/address/0x851b73c4BFd5275D47FFf082F9e8B4997dCCB253#code) - wETH [gnosis:0x0008A59C1d2E5922790C929ea432ed02D4D3323A](https://gnosisscan.io/address/0x0008A59C1d2E5922790C929ea432ed02D4D3323A#readContract) - GNO [gnosis:0xbbb4966335677Ea24F7B86DC19a423412390e1fb](https://gnosisscan.io/address/0xbbb4966335677Ea24F7B86DC19a423412390e1fb#code) @@ -85,6 +86,16 @@ If none of these is checked, then this might be a pretty great Rate Provider! If - admin type: Aave governance system. - multisig timelock? YES: 24 hours + - [ethereum:0x851b73c4BFd5275D47FFf082F9e8B4997dCCB253](https://etherscan.io/address/0x851b73c4BFd5275D47FFf082F9e8B4997dCCB253#code) + - upgradeable component: `StataTokenV2` ([ethereum:0xC71Ea051a5F82c67ADcF634c36FFE6334793D24C](https://etherscan.io/address/0xC71Ea051a5F82c67ADcF634c36FFE6334793D24C#readProxyContract)) + - admin address: [ethereum:0x5300A1a15135EA4dc7aD5a167152C01EFc9b192A](https://etherscan.io/address/0x5300A1a15135EA4dc7aD5a167152C01EFc9b192A#code) + - admin type: Aave governance system. + - multisig timelock? YES: 24 hours. + - upgradeable component: `Pool` ([ethereum:0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2](https://etherscan.io/address/0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2#readProxyContract)) + - admin address: [ethereum:0x5300A1a15135EA4dc7aD5a167152C01EFc9b192A](https://etherscan.io/address/0x5300A1a15135EA4dc7aD5a167152C01EFc9b192A#code) + - admin type: Aave governance system. + - multisig timelock? YES: 24 hours + - [gnosis:0x0008A59C1d2E5922790C929ea432ed02D4D3323A](https://gnosisscan.io/address/0x0008A59C1d2E5922790C929ea432ed02D4D3323A#readProxyContract) - upgradeable component: `StataTokenV2` ([gnosis:0x57f664882F762FA37903FC864e2B633D384B411A](https://gnosisscan.io/address/0x57f664882F762FA37903FC864e2B633D384B411A#readProxyContract)) - admin address: [gnosis:0x1dF462e2712496373A347f8ad10802a5E95f053D](https://gnosisscan.io/address/0x1dF462e2712496373A347f8ad10802a5E95f053D)