Closed anoushk1234 closed 1 year ago
macro_rules! convert_to_websocket { ($test:expr) => { if $test.contains("https") { $test.replace("https://", "wss://") } else { String::from("ws://0.0.0.0:8900") } }; }
Need to support custom RPC here
Need to support custom RPC here