We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ec0db commit ef4b2d2Copy full SHA for ef4b2d2
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/12D3KooWQNqDofQAivCNMdntAFPEbgwyVBUnrPBeWK2kunPgJRp2",
+ "/dns4/bootnode.platform.network/tcp/8090/p2p/12D3KooWKaxrWduAzFJyy4veNG4fscy1MitLqxLvLUbhsixdEPMD",
17
];
18
19
/// P2P network configuration
0 commit comments