From fb53d493c0ecfae612ad6f7732795913ffcdb6ef Mon Sep 17 00:00:00 2001 From: mkflow27 Date: Fri, 6 Mar 2026 14:24:50 +0000 Subject: [PATCH 1/2] [create-pull-request] automated change --- erc4626/StakedDolaErc4626VaultReview5690.md | 32 +++++++++++++++++++ erc4626/registry.json | 11 +++++++ .../StakedDolaRateProviderReviewe3da.md | 31 ++++++++++++++++++ rate-providers/registry.json | 9 ++++++ 4 files changed, 83 insertions(+) create mode 100644 erc4626/StakedDolaErc4626VaultReview5690.md create mode 100644 rate-providers/StakedDolaRateProviderReviewe3da.md diff --git a/erc4626/StakedDolaErc4626VaultReview5690.md b/erc4626/StakedDolaErc4626VaultReview5690.md new file mode 100644 index 0000000..ec207d5 --- /dev/null +++ b/erc4626/StakedDolaErc4626VaultReview5690.md @@ -0,0 +1,32 @@ + +# Rate Provider: StakedDola rate provider + +## Details +This report was autogenerated on 06/03/2026. + +- Deployed at: + - [Ethereum:0xb45ad160634c528cc3d2926d9807104fa3157305](https://etherscan.io/address/0xb45ad160634c528cc3d2926d9807104fa3157305) +- Audit report(s): + - [Audits](https://www.inverse.finance/audits/sDOLA-yAudit.pdf) + +## Context +sDOLA is a yield-bearing stablecoin that earns auto-compounding returns from FiRM's lending revenue. When you deposit DOLA,you receive sDOLA tokens that continuously appreciate as protocol revenue accrues — no staking required,no claiming necessary,no manual compounding. + +## 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] 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). +- [x] The required Vault implements the required operational ERC4626 Interface + +### Administrative Privileges +- [ ] The ERC4626 Vault is upgradeable** (e.g., via a proxy architecture). +- [ ] Other contracts which are part of the `mint` callchain are upgradeable**. You can find more information + about the involved contracts in this [tenderly simulation](https://www.tdly.co/shared/simulation/9b8f8408-d6e0-4b5e-a88e-79f30cd2e547) + +## Conclusion +**Summary judgment: USABLE** +Passing fork tests can be found at https://github.com/balancer/balancer-v3-erc4626-tests/pull/116. + +** upgradeable in this context means that: +- The contract is a proxy contract with an implementation sourced from Etherscan. + diff --git a/erc4626/registry.json b/erc4626/registry.json index f97c3f3..07f105f 100644 --- a/erc4626/registry.json +++ b/erc4626/registry.json @@ -833,6 +833,17 @@ "canUseBufferForSwaps": true, "useUnderlyingForAddRemove": true, "useWrappedForAddRemove": true + }, + "0xb45ad160634c528cc3d2926d9807104fa3157305": { + "asset": "0x865377367054516e17014CcdED1e7d814EDC9ce4", + "name": "StakedDolaErc4626Vault.md", + "summary": "safe", + "review": "./StakedDolaErc4626VaultReview5690.md", + "warnings": [], + "upgradeableComponents": [], + "canUseBufferForSwaps": true, + "useUnderlyingForAddRemove": true, + "useWrappedForAddRemove": true } }, "gnosis": { diff --git a/rate-providers/StakedDolaRateProviderReviewe3da.md b/rate-providers/StakedDolaRateProviderReviewe3da.md new file mode 100644 index 0000000..ec7f8dc --- /dev/null +++ b/rate-providers/StakedDolaRateProviderReviewe3da.md @@ -0,0 +1,31 @@ + +# Rate Provider: StakedDola rate provider + +## Details +This report was autogenerated on 06/03/2026. + +- Deployed at: + - [Ethereum:0xd02011c6c8aee310d0aa42aa98bfe9dca547fcc0](https://etherscan.io/address/0xd02011c6c8aee310d0aa42aa98bfe9dca547fcc0) +- Audit report(s): + - [Audits](https://www.inverse.finance/audits/sDOLA-yAudit.pdf) + +## Context +https://docs.inverse.finance/inverse-finance/inverse-finance/products/tokens/dola/sdola + +## 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). +- [ ] 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/5e01c424-ebc8-4028-b5f8-8e6fe14388d8) + +## 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 439f5e6..60c92ea 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -3804,6 +3804,15 @@ "warnings": [], "factory": "", "upgradeableComponents": [] + }, + "0xd02011c6c8aee310d0aa42aa98bfe9dca547fcc0": { + "asset": "0xb45ad160634c528cc3d2926d9807104fa3157305", + "name": "StakedDolaRateProvider.md", + "summary": "safe", + "review": "./StakedDolaRateProviderReviewe3da.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [] } }, "fantom": { From dd377e279b73e536438421de67af9d09c2914209 Mon Sep 17 00:00:00 2001 From: ZeKraken <79888567+zekraken-bot@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:29:04 -0500 Subject: [PATCH 2/2] Remove dupe sdola RP Removed ERC4626RateProvider entry from registry. --- rate-providers/registry.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/rate-providers/registry.json b/rate-providers/registry.json index 60c92ea..bc6ae87 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -2045,17 +2045,6 @@ } ] }, - "0xD02011C6C8AEE310D0aA42AA98BFE9DCa547fCc0": { - "asset": "0xb45ad160634c528Cc3D2926d9807104FA3157305", - "name": "ERC4626RateProvider", - "summary": "safe", - "review": "./sDOLARateProvider.md", - "warnings": [ - "donation" - ], - "factory": "", - "upgradeableComponents": [] - }, "0xe3E123ED9fec48a6f40A8aC7bE9afEDDAD80F146": { "asset": "0xB88a5Ac00917a02d82c7cd6CEBd73E2852d43574", "name": "BalancerAMM", @@ -6763,4 +6752,4 @@ ] } } -} \ No newline at end of file +}