diff --git a/examples/broadcast.rs b/examples/broadcast.rs index f2a8c6f..31a93a2 100644 --- a/examples/broadcast.rs +++ b/examples/broadcast.rs @@ -20,6 +20,7 @@ static BUILDER_URLS: &[&str] = &[ "https://rpc.payload.de", "https://rpc.lightspeedbuilder.info", "https://rpc.nfactorial.xyz", + "https://rpc.lokibuilder.xyz", ]; #[tokio::main]