pub fn builtin_rpc_url(alias: &str) -> Option<&'static str>Expand description
Returns the URL for a built-in RPC alias, if one exists.
Built-in aliases act as fallbacks: they are only used when the alias has not been
defined by the user in [rpc_endpoints] or resolved via MESC.