From 90b11f7e55e4fa571ed8831ffbc915dcba364784 Mon Sep 17 00:00:00 2001 From: mkflow27 Date: Fri, 7 Aug 2026 16:36:47 +0000 Subject: [PATCH] [create-pull-request] automated change --- .../TreehouseHYPERateProviderRevieweeb6.md | 31 +++++++++++++++++++ rate-providers/registry.json | 28 ++++++++++++++++- 2 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 rate-providers/TreehouseHYPERateProviderRevieweeb6.md diff --git a/rate-providers/TreehouseHYPERateProviderRevieweeb6.md b/rate-providers/TreehouseHYPERateProviderRevieweeb6.md new file mode 100644 index 0000000..c78c363 --- /dev/null +++ b/rate-providers/TreehouseHYPERateProviderRevieweeb6.md @@ -0,0 +1,31 @@ + +# Rate Provider: TreehouseHYPE rate provider + +## Details +This report was autogenerated on 07/08/2026. + +- Deployed at: + - [HyperEVM:0xeC8e3f795b28E86967265A4c4715aB609CBDe68d](https://hyperevmscan.io/address/0xeC8e3f795b28E86967265A4c4715aB609CBDe68d) +- Audit report(s): + - [Audits](https://github.com/treehouse-gaia/audit-report) + +## Context +https://docs.treehouse.finance/protocol + +## Review Checklist: Bare Minimum Compatibility +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. + +- [x] Implements the [`IRateProvider`](https://github.com/balancer/balancer-v2-monorepo/blob/bc3b3fee6e13e01d2efe610ed8118fdb74dfc1f2/pkg/interfaces/contracts/pool-utils/IRateProvider.sol) interface. +- [x] `getRate` returns an 18-decimal fixed point number (i.e., 1 == 1e18) regardless of underlying token decimals. + +### Administrative Privileges +- [ ] The Rate Provider is upgradeable** (e.g., via a proxy architecture). +- [x] Other contracts which are part of the `getRate` callchain are upgradeable**. You can find more information + about the involved contracts in this [tenderly simulation](simulating getRate failed.) + +## Conclusion +**Summary judgment: USABLE** + +** upgradeable in this context means that: +- The contract is a proxy contract with an implementation sourced from Etherscan and the proxy emitted an "Upgraded" event. + diff --git a/rate-providers/registry.json b/rate-providers/registry.json index e3a8577..f65fc06 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -4668,6 +4668,32 @@ "implementationReviewed": "0x05de079a28386135e048369cdf0bc4d326d5ebdf" } ] + }, + "0xeC8e3f795b28E86967265A4c4715aB609CBDe68d": { + "asset": "0xb83d27f0f4133a7b0377a88089583131a903fdc7", + "name": "TreehouseHYPERateProvider.md", + "summary": "safe", + "review": "./TreehouseHYPERateProviderRevieweeb6.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [ + { + "entrypoint": "0x9209648ec9d448ef57116b73a2f081835643dc7a", + "implementationReviewed": "0x1bbfe538ccebe1df35c2ebe35203d40cb18fdae0" + }, + { + "entrypoint": "0xb83d27f0f4133a7b0377a88089583131a903fdc7", + "implementationReviewed": "0xb9d95339f7d7b0e85d3f83d3e3df1eae334325f2" + }, + { + "entrypoint": "0xfd739d4e423301ce9385c1fb8850539d657c296d", + "implementationReviewed": "0xfe3216d46448efd7708435eeb851950742681975" + }, + { + "entrypoint": "0x4b797a93dfc3d18cf98b7322a2b142fa8007508f", + "implementationReviewed": "0x7576dfe1f86cb38048cc6a6dd68c5d5a9c28df14" + } + ] } }, "plasma": { @@ -5400,4 +5426,4 @@ ] } } -} +} \ No newline at end of file