We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21bc23b + 71aead3 commit b2b291cCopy full SHA for b2b291c
node/web/src/node/builder.rs
@@ -277,7 +277,7 @@ impl NodeBuilder {
277
}
278
279
fn default_peers() -> Vec<P2pConnectionOutgoingInitOpts> {
280
- ["/2cBFzmUmkYgMUrxdv5S2Udyv8eiuhokAFS4WnYfHiAJLWoQ3yL9/https/webrtc3.webnode.openmina.com/443"]
+ ["/2bjYBqn45MmtismsAYP9rZ6Xns9snCcNsN1eDgQZB5s6AzY2CR2/https/webrtc3.webnode.openmina.com/443"]
281
.into_iter()
282
.map(|s| s.parse().unwrap())
283
.collect()
0 commit comments