diff --git a/rate-providers/WrappedeETHRateProviderReview8a75.md b/rate-providers/WrappedeETHRateProviderReview8a75.md new file mode 100644 index 0000000..578a655 --- /dev/null +++ b/rate-providers/WrappedeETHRateProviderReview8a75.md @@ -0,0 +1,31 @@ + +# Rate Provider: WrappedeETH rate provider + +## Details +This report was autogenerated on 28/04/2026. + +- Deployed at: + - [Monad:0xa5871869c4250514E630313BeE52613c878503Ed](https://monadvision.com/address/0xa5871869c4250514E630313BeE52613c878503Ed) +- Audit report(s): + - [Audits](https://etherfi.gitbook.io/etherfi/security/audits) + +## Context +this rate provider tracks the embedded yield from staked ETH. + +## 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](https://www.tdly.co/shared/simulation/3a0d89ce-1673-4ab4-b7f2-4249fe8612a3) + +## 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 b8e8127..83103fc 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -4765,6 +4765,32 @@ } ] }, + "0xa5871869c4250514E630313BeE52613c878503Ed": { + "asset": "0xA3D68b74bF0528fdD07263c60d6488749044914b", + "name": "WrappedeETHRateProvider.md", + "summary": "safe", + "review": "./WrappedeETHRateProviderReview8a75.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [ + { + "entrypoint": "0xb3c5be567817f127412d1758048b376d4d35ec51", + "implementationReviewed": "0xa75cc459de167de5bc21ccdeccdb85e86377b00f" + }, + { + "entrypoint": "0x22d47686b3aec9068768f84efd8ce2637a347b0a", + "implementationReviewed": "0xf6de0bbe3b277a7c1d56139e4084e917aaaa74d2" + }, + { + "entrypoint": "0x368ee51e47a594fe1e9908b48228748a30bc7ca4", + "implementationReviewed": "0xe4bfe4071d363e1d4274fb8f79cb510b75913020" + }, + { + "entrypoint": "0x98dc6e90d4c2f212ed9d124ad2afba4833268633", + "implementationReviewed": "0xe94c9f9a1893f23be38a5c0394e46ac05e8a5f8c" + } + ] + }, "0x80ef8be641FA6FEA2AbfFc2829dD4DFdf38780D6": { "asset": "0xC50f2e735eDd9dCD8Ccd41EcFE9894E679e3195f", "name": "RocketPoolETHRateProvider.md",