Skip to content

Commit

Permalink
Merge pull request #72 from balancer/mkflow27/issue71
Browse files Browse the repository at this point in the history
StataUSDC Rate Provider Gnosis
  • Loading branch information
mkflow27 authored May 30, 2024
2 parents 09ed2c3 + 44aa503 commit 4a9e1fc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
18 changes: 18 additions & 0 deletions rate-providers/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,24 @@
"warnings": ["chainlink"],
"factory": "",
"upgradeableComponents": []
},
"0x821aFE819450A359E29a5209C48f2Fa3321C8AD2": {
"asset": "0x270bA1f35D8b87510D24F693fcCc0da02e6E4EeB",
"name": "ERC4626RateProvider",
"summary": "safe",
"review": "./statATokenLMRateProvider.md",
"warnings": [],
"factory": "",
"upgradeableComponents": [
{
"entrypoint": "0x270bA1f35D8b87510D24F693fcCc0da02e6E4EeB",
"implementationReviewed": "0x8be473dCfA93132658821E67CbEB684ec8Ea2E74"
},
{
"entrypoint": "0xb50201558B00496A145fE76f7424749556E326D8",
"implementationReviewed": "0x5b522140fabeB6b6232336295581e63902e9b4ad"
}
]
}
},
"optimism": {
Expand Down
11 changes: 11 additions & 0 deletions rate-providers/statATokenLMRateProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [optimism:0xdFa8d2b3c146b8a10B5d63CA0306AEa84B602cfb](https://optimistic.etherscan.io/address/0xdFa8d2b3c146b8a10B5d63CA0306AEa84B602cfb#code)
- [optimism:0x3f921Ebabab0703BC06d1828D09a245e8390c263](https://optimistic.etherscan.io/address/0x3f921Ebabab0703BC06d1828D09a245e8390c263#code)
- [base:0x4467Ab7BC794bb3929d77e826328BD378bf5392F](https://basescan.org/address/0x4467Ab7BC794bb3929d77e826328BD378bf5392F)
- [gnosis:0x821aFE819450A359E29a5209C48f2Fa3321C8AD2](https://gnosisscan.io/address/0x821aFE819450A359E29a5209C48f2Fa3321C8AD2#readContract)

- Audit report(s):
- [Formal Verification Report For StaticAToken](https://github.com/bgd-labs/static-a-token-v3/blob/main/audits/Formal_Verification_Report_staticAToken.pdf)
Expand Down Expand Up @@ -116,6 +117,16 @@ If none of these is checked, then this might be a pretty great Rate Provider! If
- admin address: [base:0x9390B1735def18560c509E2d0bc090E9d6BA257a](https://basescan.org/address/0x9390B1735def18560c509E2d0bc090E9d6BA257a)
- admin type: Aave governance system.
- multisig timelock? YES: 24 hours

- [gnosis:0x270bA1f35D8b87510D24F693fcCc0da02e6E4EeB](https://gnosisscan.io/address/0x270bA1f35D8b87510D24F693fcCc0da02e6E4EeB#readProxyContract)
- upgradeable component: `StaticATokenLM` ([gnosis:0x270bA1f35D8b87510D24F693fcCc0da02e6E4EeB](https://gnosisscan.io/address/0x270bA1f35D8b87510D24F693fcCc0da02e6E4EeB#readProxyContract))
- admin address: [gnosis:0x1dF462e2712496373A347f8ad10802a5E95f053D](https://gnosisscan.io/address/0x1dF462e2712496373A347f8ad10802a5E95f053D)
- admin type: Aave governance system.
- multisig timelock? YES: 24 hours.
- upgradeable component: `L2Pool` ([gnosis:0xb50201558B00496A145fE76f7424749556E326D8](https://gnosisscan.io/address/0xb50201558B00496A145fE76f7424749556E326D8#code))
- admin address: [gnosis:0x1dF462e2712496373A347f8ad10802a5E95f053D](https://gnosisscan.io/address/0x1dF462e2712496373A347f8ad10802a5E95f053D#code)
- admin type: Aave governance system.
- multisig timelock? YES: 24 hours


### Oracles
Expand Down

0 comments on commit 4a9e1fc

Please sign in to comment.