Skip to content

Commit 25f0c0c

Browse files
committed
fix: update bootnode peer ID to match current validator
1 parent 16f3dd7 commit 25f0c0c

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/12D3KooWSpDLH6kBTHuHhJCmS4vZMhuTZa1T35qJYd9NgSVdzGnP",
16+
"/dns4/bootnode.platform.network/tcp/8090/p2p/12D3KooWQNqDofQAivCNMdntAFPEbgwyVBUnrPBeWK2kunPgJRp2",
1717
];
1818

1919
/// P2P network configuration

0 commit comments

Comments
 (0)