Skip to content

Commit

Permalink
Angle stUSD Mode Rate Provider
Browse files Browse the repository at this point in the history
Fixes #162
  • Loading branch information
mkflow27 committed Oct 4, 2024
1 parent c3293c2 commit 9ccdbb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rate-providers/AngleStakedUSDARateProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If none of these is checked, then this might be a pretty great Rate Provider! If
### Administrative Privileges
- [ ] The Rate Provider is upgradeable (e.g., via a proxy architecture or an `onlyOwner` function that updates the price source address).

- [ ] Some other portion of the price pipeline is upgradeable (e.g., the token itself, an oracle, or some piece of a larger system that tracks the price).
- [x] Some other portion of the price pipeline is upgradeable (e.g., the token itself, an oracle, or some piece of a larger system that tracks the price).
- upgradeable component: `CoreBorrow` (Access control manager) ([mode:0xA61BeB4A3d02decb01039e378237032B351125B4](https://explorer.mode.network/address/0xA61BeB4A3d02decb01039e378237032B351125B4))
- admin address: [mode:0x0a393fd662C17cDC08882Ab02D0Db777AF9b5805](https://explorer.mode.network/address/0x0a393fd662C17cDC08882Ab02D0Db777AF9b5805?tab=contract)
- admin type: multisig
Expand Down Expand Up @@ -66,7 +66,7 @@ If none of these is checked, then this might be a pretty great Rate Provider! If
- source address:
- 2/3 Multisig [mode:0x7DE8289038DF0b89FFEC71Ee48a2BaD572549027](https://explorer.mode.network/address/0x7DE8289038DF0b89FFEC71Ee48a2BaD572549027)
- 4/6 Multisig [mode:0x0a393fd662C17cDC08882Ab02D0Db777AF9b5805](https://explorer.mode.network/address/0x0a393fd662C17cDC08882Ab02D0Db777AF9b5805)
- Timelock minDelay 86400 [mode:0x9a5b060Bd7b8f86c4C0D720a17367729670AfB19](https://explorer.mode.network/address/0x9a5b060Bd7b8f86c4C0D720a17367729670AfB19) which receives proposals via LayerZero from Mainnet.
- Timelock minDelay 86400 [mode:0x9a5b060Bd7b8f86c4C0D720a17367729670AfB19](https://explorer.mode.network/address/0x9a5b060Bd7b8f86c4C0D720a17367729670AfB19) which receives proposals via LayerZero from Mainnet. The remote sender for this process is the Angle governance system at [ethereum:0x748bA9Cd5a5DDba5ABA70a4aC861b2413dCa4436](https://etherscan.io/address/0x748bA9Cd5a5DDba5ABA70a4aC861b2413dCa4436#code). More information about the Angle onchain governance system can be found in the [docs](https://docs.angle.money/governance/angle-dao#angle-onchain-governance-system).
- any protections? YES: the max rate is set by admins
```solidity
/// @notice Updates the maximum rate settable
Expand Down
2 changes: 1 addition & 1 deletion rate-providers/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@
"0xac8fae65008cbb22a27103160452418aa3c84128": {
"asset": "0x0022228a2cc5E7eF0274A7Baa600d44da5aB5776",
"name": "ERC4626RateProvider",
"summary": "",
"summary": "safe",
"review": "./AngleStakedUSDARateProvider.md",
"warnings": [],
"factory": "0x0767bECE12a327A1eD896c48E843AE53a0c313E9",
Expand Down

0 comments on commit 9ccdbb2

Please sign in to comment.