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.
1 parent 352d75d commit f75a38fCopy full SHA for f75a38f
hermes/src/config.rs
@@ -33,11 +33,11 @@ pub enum Options {
33
wormhole_addr: Option<Multiaddr>,
34
35
/// The address to bind the RPC server to.
36
- #[structopt(long, default_value = "127.0.0.1:33999")]
+ #[structopt(long, default_value = "127.0.0.1:3399")]
37
rpc_addr: SocketAddr,
38
39
/// Multiaddress to bind Pyth P2P server to.
40
- #[structopt(long, default_value = "/ip4/127.0.0.1/tcp/34000")]
+ #[structopt(long, default_value = "/ip4/127.0.0.1/tcp/3400")]
41
p2p_addr: Multiaddr,
42
43
/// A bootstrapping peer to join the cluster.
0 commit comments