Skip to content

Commit 2d47ba0

Browse files
authored
Merge pull request #715 from balancer/review/issue-714
Review: Rate Provider from Issue #714
2 parents 2a176ce + ade54d4 commit 2d47ba0

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
# Rate Provider: TreehouseHYPE rate provider
3+
4+
## Details
5+
This report was autogenerated on 13/05/2026.
6+
7+
- Deployed at:
8+
- [HyperEVM:0xe01b2Cb0C8D16B6AA51beD36FE2654193f43Da1F](https://hyperevmscan.io/address/0xe01b2Cb0C8D16B6AA51beD36FE2654193f43Da1F)
9+
- Audit report(s):
10+
- [Audits](https://github.com/treehouse-gaia/audit-report)
11+
12+
## Context
13+
https://docs.treehouse.finance/protocol
14+
15+
## Review Checklist: Bare Minimum Compatibility
16+
Each of the items below represents an absolute requirement for the Rate Provider. If any of these is unchecked, the Rate Provider is unfit to use.
17+
18+
- [x] Implements the [`IRateProvider`](https://github.com/balancer/balancer-v2-monorepo/blob/bc3b3fee6e13e01d2efe610ed8118fdb74dfc1f2/pkg/interfaces/contracts/pool-utils/IRateProvider.sol) interface.
19+
- [x] `getRate` returns an 18-decimal fixed point number (i.e., 1 == 1e18) regardless of underlying token decimals.
20+
21+
### Administrative Privileges
22+
- [ ] The Rate Provider is upgradeable** (e.g., via a proxy architecture).
23+
- [x] Other contracts which are part of the `getRate` callchain are upgradeable**. You can find more information
24+
about the involved contracts in this [tenderly simulation](simulating getRate failed.)
25+
26+
## Conclusion
27+
**Summary judgment: USABLE**
28+
29+
** upgradeable in this context means that:
30+
- The contract is a proxy contract with an implementation sourced from Etherscan and the proxy emitted an "Upgraded" event.
31+

rate-providers/registry.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4322,6 +4322,20 @@
43224322
"implementationReviewed": "0x4376c06d866557fac5d0b5813526639c403bfcf5"
43234323
}
43244324
]
4325+
},
4326+
"0xe01b2Cb0C8D16B6AA51beD36FE2654193f43Da1F": {
4327+
"asset": "0xb83D27f0f4133a7B0377a88089583131A903FDc7",
4328+
"name": "TreehouseHYPERateProvider.md",
4329+
"summary": "safe",
4330+
"review": "./TreehouseHYPERateProviderReviewc825.md",
4331+
"warnings": [],
4332+
"factory": "",
4333+
"upgradeableComponents": [
4334+
{
4335+
"entrypoint": "0xb83d27f0f4133a7b0377a88089583131a903fdc7",
4336+
"implementationReviewed": "0xb9d95339f7d7b0e85d3f83d3e3df1eae334325f2"
4337+
}
4338+
]
43254339
}
43264340
},
43274341
"plasma": {

0 commit comments

Comments
 (0)