We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1463f commit bc3d290Copy full SHA for bc3d290
crates/p2p-consensus/src/config.rs
@@ -13,7 +13,7 @@ use serde::{Deserialize, Serialize};
13
/// Configure your bootstrap peers via the BOOTSTRAP_PEERS environment variable
14
/// or add them here for your deployment.
15
pub const DEFAULT_BOOTSTRAP_NODES: &[&str] = &[
16
- "/dns4/bootnode.platform.network/tcp/8090/p2p/12D3KooWKaxrWduAzFJyy4veNG4fscy1MitLqxLvLUbhsixdEPMD",
+ "/dns4/bootnode.platform.network/tcp/8090/p2p/12D3KooWQNqDofQAivCNMdntAFPEbgwyVBUnrPBeWK2kunPgJRp2",
17
];
18
19
/// P2P network configuration
0 commit comments