You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Base oracle migration from eOracle to Chainlink and enable Lisk liquidations
- Switch USDC, wstETH, ezETH, weETH, msUSD from broken eOracle to ChainlinkPriceOracleV2 on Base
- Add Safe batch transactions for dead feed rerouting (OGN, USD+, USDz) and fBOMB oracle/pause fix
- Register IonicUniV3Liquidator in AddressesProvider on Lisk to unblock permissionless liquidations
- Add lisk:open-liquidations task with Step 0 for AddressesProvider registration
"name": "Fix Dead Oracle Feeds: Reroute OGN, USD+, USDz to SimplePriceOracle",
7
+
"description": "Switch MasterPriceOracle to use SimplePriceOracle for OGN, USD+, USDz. Prices must already be set on SimplePriceOracle via deployer EOA before executing this batch. wUSD+ auto-fixes via ERC4626Oracle cascade. Execute from Safe 0x9eC25b8063De13d478Ba8121b964A339A1BB0ebB",
"name": "Fix Broken eOracle - Switch 5 Assets to ChainlinkPriceOracleV2",
7
+
"description": "Switch USDC, wstETH, ezETH, weETH, and msUSD from broken eOracle (0x37dBb29E2e12b9Da8008C9E3aCC95adD650d1F6A) to standard ChainlinkPriceOracleV2 (0xb0033576a9E444Dd801d5B69e1b63DBC459A6115) in MasterPriceOracle. Prerequisite: msUSD feed must first be added to ChainlinkPriceOracleV2 via deployer key. Execute from Safe 0x9eC25b8063De13d478Ba8121b964A339A1BB0ebB",
"name": "Fix fBOMB Oracle and Pause Market (Combined)",
7
+
"description": "Step 2: Update MasterPriceOracle to use SimplePriceOracle for fBOMB. Step 3: Pause fBOMB market mint and borrow via FeeDistributor._callPool(). Execute from Safe 0x9eC25b8063De13d478Ba8121b964A339A1BB0ebB",
"name": "Update MasterPriceOracle to use SimplePriceOracle for fBOMB",
7
+
"description": "Point fBOMB to SimplePriceOracle instead of the stale Redstone ChainlinkPriceOracleV2. This is step 2 of 3 to fix the fBOMB market oracle issue.",
"description": "Pause the fBOMB market to prevent new supply and borrow operations while the oracle is using a fixed price. This is step 3 of 3 to fix the fBOMB market oracle issue.",
"name": "Set fBOMB Fixed Price in SimplePriceOracle",
7
+
"description": "Set a fixed price for fBOMB (~$0.02 USD) in SimplePriceOracle to prevent oracle reverts. This is step 1 of 3 to fix the fBOMB market oracle issue.",
0 commit comments