Skip to content

Commit ef4b2d2

Browse files
committed
fix: update bootnode peer ID to match live bootnode
Old peer ID 12D3KooWQNqDof... did not match the actual bootnode, causing 'Unexpected peer ID' dial errors and preventing mesh formation.
1 parent 77ec0db commit ef4b2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/p2p-consensus/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use serde::{Deserialize, Serialize};
1313
/// Configure your bootstrap peers via the BOOTSTRAP_PEERS environment variable
1414
/// or add them here for your deployment.
1515
pub const DEFAULT_BOOTSTRAP_NODES: &[&str] = &[
16-
"/dns4/bootnode.platform.network/tcp/8090/p2p/12D3KooWQNqDofQAivCNMdntAFPEbgwyVBUnrPBeWK2kunPgJRp2",
16+
"/dns4/bootnode.platform.network/tcp/8090/p2p/12D3KooWKaxrWduAzFJyy4veNG4fscy1MitLqxLvLUbhsixdEPMD",
1717
];
1818

1919
/// P2P network configuration

0 commit comments

Comments
 (0)