Skip to content

Commit 2a176ce

Browse files
authored
Merge pull request #717 from balancer/review/issue-716
Review: Rate Provider from Issue #716
2 parents c923b31 + 007aef4 commit 2a176ce

4 files changed

Lines changed: 102 additions & 1 deletion

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
# Rate Provider: StaticHyperLend HyperEVM kHYPE v2 rate provider
3+
4+
## Details
5+
This report was autogenerated on 13/05/2026.
6+
7+
- Deployed at:
8+
- [HyperEVM:0xb2A2104D9fC202a38d74d8F6c3c45Da6eef8F5e0](https://hyperevmscan.io/address/0xb2A2104D9fC202a38d74d8F6c3c45Da6eef8F5e0)
9+
- Audit report(s):
10+
- [Audits](https://docs.hyperlend.finance/essentials/audits-and-risk)
11+
12+
## Context
13+
https://docs.hyperlend.finance/
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] Tests based on the [balancer-v3-monorepo](https://github.com/balancer/balancer-v3-monorepo/tree/main/pkg/vault/test/foundry/fork) pass for the given ERC4626 vaults, which can be found [here](https://github.com/balancer/balancer-v3-erc4626-tests/tree/main/test).
19+
- [x] The required Vault implements the required operational ERC4626 Interface
20+
21+
### Administrative Privileges
22+
- [ ] The ERC4626 Vault is upgradeable** (e.g., via a proxy architecture).
23+
- [x] Other contracts which are part of the `mint` callchain are upgradeable**. You can find more information
24+
about the involved contracts in this [tenderly simulation](simulating failed.)
25+
26+
## Conclusion
27+
**Summary judgment: USABLE**
28+
Passing fork tests can be found at https://github.com/balancer/balancer-v3-erc4626-tests/pull/135.
29+
30+
** upgradeable in this context means that:
31+
- The contract is a proxy contract with an implementation sourced from Etherscan.
32+

erc4626/registry.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2478,6 +2478,26 @@
24782478
"canUseBufferForSwaps": true,
24792479
"useUnderlyingForAddRemove": true,
24802480
"useWrappedForAddRemove": true
2481+
},
2482+
"0xb2A2104D9fC202a38d74d8F6c3c45Da6eef8F5e0": {
2483+
"asset": "0xfD739d4e423301CE9385c1fb8850539D657C296D",
2484+
"name": "StaticHyperLendHyperEVM kHYPE v2Erc4626Vault.md",
2485+
"summary": "safe",
2486+
"review": "./StaticHyperLendHyperEVM kHYPE v2Erc4626VaultReview8537.md",
2487+
"warnings": [],
2488+
"upgradeableComponents": [
2489+
{
2490+
"entrypoint": "0x00a89d7a5a02160f20150ebea7a2b5e4879a1a8b",
2491+
"implementationReviewed": "0xbebb62c7ff8b96db4325d9481c44e09a92d49b06"
2492+
},
2493+
{
2494+
"entrypoint": "0xb2a2104d9fc202a38d74d8f6c3c45da6eef8f5e0",
2495+
"implementationReviewed": "0x4376c06d866557fac5d0b5813526639c403bfcf5"
2496+
}
2497+
],
2498+
"canUseBufferForSwaps": true,
2499+
"useUnderlyingForAddRemove": true,
2500+
"useWrappedForAddRemove": true
24812501
}
24822502
},
24832503
"plasma": {
@@ -2863,4 +2883,4 @@
28632883
"useWrappedForAddRemove": true
28642884
}
28652885
}
2866-
}
2886+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
# Rate Provider: StaticHyperLend HyperEVM kHYPE v2 rate provider
3+
4+
## Details
5+
This report was autogenerated on 13/05/2026.
6+
7+
- Deployed at:
8+
- [HyperEVM:0x3Af0dF51FECE884B561200454192087fB88Ef560](https://hyperevmscan.io/address/0x3Af0dF51FECE884B561200454192087fB88Ef560)
9+
- Audit report(s):
10+
- [Audits](https://docs.hyperlend.finance/essentials/audits-and-risk)
11+
12+
## Context
13+
https://docs.hyperlend.finance/
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4304,6 +4304,24 @@
43044304
"implementationReviewed": "0x05de079a28386135e048369cdf0bc4d326d5ebdf"
43054305
}
43064306
]
4307+
},
4308+
"0x3Af0dF51FECE884B561200454192087fB88Ef560": {
4309+
"asset": "0xb2A2104D9fC202a38d74d8F6c3c45Da6eef8F5e0",
4310+
"name": "StaticHyperLendHyperEVM kHYPE v2RateProvider.md",
4311+
"summary": "safe",
4312+
"review": "./StaticHyperLendHyperEVM kHYPE v2RateProviderReview3e6f.md",
4313+
"warnings": [],
4314+
"factory": "",
4315+
"upgradeableComponents": [
4316+
{
4317+
"entrypoint": "0x00a89d7a5a02160f20150ebea7a2b5e4879a1a8b",
4318+
"implementationReviewed": "0xbebb62c7ff8b96db4325d9481c44e09a92d49b06"
4319+
},
4320+
{
4321+
"entrypoint": "0xb2a2104d9fc202a38d74d8f6c3c45da6eef8f5e0",
4322+
"implementationReviewed": "0x4376c06d866557fac5d0b5813526639c403bfcf5"
4323+
}
4324+
]
43074325
}
43084326
},
43094327
"plasma": {

0 commit comments

Comments
 (0)