Summary
The faucet currently hardcodes a single RPC endpoint per network (Glif). Users cannot switch providers when one is slow, rate-limited, or unavailable. This task adds a provider selector and refactors RPC usage so the UI and faucet controller share a reactive RpcContext.
Completion Criteria
Additional Links & Resources
Summary
The faucet currently hardcodes a single RPC endpoint per network (Glif). Users cannot switch providers when one is slow, rate-limited, or unavailable. This task adds a provider selector and refactors RPC usage so the UI and faucet controller share a reactive
RpcContext.Completion Criteria
FaucetControllerto useRpcContextfor balance lookups, drips, and transaction confirmation pollingAdditional Links & Resources