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(sui): use live JSON-RPC nodes and surface recover errors
Sui Foundation disabled JSON-RPC on fullnode.*.sui.io, so every SDK consumer hit "Method not found" and Sui.recover() reported "no funds" because the RPC error was swallowed. Point sdk-core defaults at PublicNode for mainnet and testnet, and rethrow getBalance failures with address, index, and RPC URL so the real cause surfaces.
Ticket: WCI-1455
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments