explorers_balance on chain: solana failed with "Operation getBalance not supported by helius". Same address through nodes_balance on publicnode answered instantly (6fpgynJPg7bSi922YTWHG964eV3UGU2k7chmPgJgdhY1, ~0.0999 SOL).
If a provider can't serve an operation, the router should skip it instead of surfacing its limitation as the call result. Either filter providers by supported operations per chain, or fall through to the next one that can. Right now picking helius for solana makes the tool strictly worse than having no default at all, since I have to know in advance which provider actually works.
explorers_balanceonchain: solanafailed with "Operation getBalance not supported by helius". Same address throughnodes_balanceon publicnode answered instantly (6fpgynJPg7bSi922YTWHG964eV3UGU2k7chmPgJgdhY1, ~0.0999 SOL).If a provider can't serve an operation, the router should skip it instead of surfacing its limitation as the call result. Either filter providers by supported operations per chain, or fall through to the next one that can. Right now picking helius for solana makes the tool strictly worse than having no default at all, since I have to know in advance which provider actually works.