From e050dfbd03c7c84add045c88d1a1b21756f15e97 Mon Sep 17 00:00:00 2001 From: Bruno Eidam Guerios Date: Tue, 29 Jul 2025 11:24:15 -0300 Subject: [PATCH 1/2] Add hHyperEvmWHYPE Hyperlend RP review --- ...HyperEVM WHYPE v2RateProviderReviewda34.md | 33 +++++++++++++++++++ rate-providers/registry.json | 14 ++++++++ 2 files changed, 47 insertions(+) create mode 100644 rate-providers/StaticHyperLendHyperEVM WHYPE v2RateProviderReviewda34.md diff --git a/rate-providers/StaticHyperLendHyperEVM WHYPE v2RateProviderReviewda34.md b/rate-providers/StaticHyperLendHyperEVM WHYPE v2RateProviderReviewda34.md new file mode 100644 index 00000000..01d74f0a --- /dev/null +++ b/rate-providers/StaticHyperLendHyperEVM WHYPE v2RateProviderReviewda34.md @@ -0,0 +1,33 @@ + +# Rate Provider: StaticHyperLend HyperEVM WHYPE v2 rate provider + +## Details +This report was autogenerated on 29/07/2025. + +- Deployed at: + - [HyperEVM:0x0BE761301A2AE19D31860D7AC0c56faC1288E3B6](https://hyperevmscan.io/address/0x0BE761301A2AE19D31860D7AC0c56faC1288E3B6) +- Audit report(s): + - [Hyperlend audits]() + +## Context +HyperLend is a decentralized lending platform designed to optimize efficiency in cryptocurrency lending and borrowing. Built on Hyperliquid's EVM blockchain, HyperLend provides secure, transparent, and highly liquid financial services. + +Our goal: To become the equivalent of modern banking infrastructure, with better transparency and stronger foundations. + +## 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 25b52fb2..bb5f4f6a 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -5268,6 +5268,20 @@ "warnings": [], "factory": "", "upgradeableComponents": [] + }, + "0x0BE761301A2AE19D31860D7AC0c56faC1288E3B6": { + "asset": "0xD704254eb350E0D3BaeCD194d095862267897aE0", + "name": "StaticHyperLendHyperEVM WHYPE v2RateProvider.md", + "summary": "safe", + "review": "./StaticHyperLendHyperEVM WHYPE v2RateProviderReviewda34.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [ + { + "entrypoint": "0xd704254eb350e0d3baecd194d095862267897ae0", + "implementationReviewed": "0x4376c06d866557fac5d0b5813526639c403bfcf5" + } + ] } } } From 9af55c793410342e0d938d52b9b32d83f8e9de55 Mon Sep 17 00:00:00 2001 From: mkflow27 Date: Tue, 29 Jul 2025 16:32:40 +0200 Subject: [PATCH 2/2] review: format --- ...StaticHyperLendHyperEVM WHYPE v2RateProviderReviewda34.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rate-providers/StaticHyperLendHyperEVM WHYPE v2RateProviderReviewda34.md b/rate-providers/StaticHyperLendHyperEVM WHYPE v2RateProviderReviewda34.md index 01d74f0a..215415cb 100644 --- a/rate-providers/StaticHyperLendHyperEVM WHYPE v2RateProviderReviewda34.md +++ b/rate-providers/StaticHyperLendHyperEVM WHYPE v2RateProviderReviewda34.md @@ -7,7 +7,7 @@ This report was autogenerated on 29/07/2025. - Deployed at: - [HyperEVM:0x0BE761301A2AE19D31860D7AC0c56faC1288E3B6](https://hyperevmscan.io/address/0x0BE761301A2AE19D31860D7AC0c56faC1288E3B6) - Audit report(s): - - [Hyperlend audits]() + - [Hyperlend audits](https://hyperlend.finance/security) ## Context HyperLend is a decentralized lending platform designed to optimize efficiency in cryptocurrency lending and borrowing. Built on Hyperliquid's EVM blockchain, HyperLend provides secure, transparent, and highly liquid financial services. @@ -22,8 +22,7 @@ Each of the items below represents an absolute requirement for the Rate Provider ### 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.) +- [x] Other contracts which are part of the `getRate` callchain are upgradeable**. ## Conclusion **Summary judgment: USABLE**