Trying to withdraw from LazyVault_LowerRisk_USDC on Base (FleetCommander: 0x98C49e13bf99D7CAd8069faa2A370933EC9EcF17), post SIP2.59.4 execution.
Issue: Transaction fee preview shows “N/A” in the Summer.fi app, and the same happens calling redeem/withdraw directly via Basescan’s Write Contract tab — no gas estimate returned, transaction won’t simulate.
Already ruled out:
- Confirmed on Base mainnet (not testnet/other chain)
- Tested with both MetaMask and Brave Wallet — same result
- Tried a custom RPC (
mainnet.base.org) — same result - Confirmed sufficient ETH for gas (~$4)
- Checked
balanceOf: 17,490.225692 shares - Checked
maxWithdraw: 18,771.690783 USDC available — so liquidity/cap isn’t the blocker - Small test amounts also fail the same way
Given maxWithdraw returns a healthy number, this doesn’t look like a liquidity or balance issue — seems like something in the redeem/withdraw call itself is reverting silently before gas can even be estimated.
Any guidance on what else could cause a silent revert here, or whether others are seeing this post-unpause?