Skip to content

Commit

Permalink
Add Eth Aave Lido GHO
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Zen-Maxi committed Dec 23, 2024
1 parent a5dfb54 commit 5a9c3ed
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
6 changes: 6 additions & 0 deletions erc4626/StatATokenV2Review.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
9 changes: 8 additions & 1 deletion erc4626/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
Expand Down
18 changes: 18 additions & 0 deletions rate-providers/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions rate-providers/statATokenv2RateProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 5a9c3ed

Please sign in to comment.