Skip to content

Commit cc969c1

Browse files
committed
fix: update bootnode and CLI domains from platform.network to platform.zip
1 parent d186aad commit cc969c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bins/platform-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ impl Default for PlatformConfig {
7070
);
7171
Self {
7272
network: NetworkConfig {
73-
rpc_endpoint: "wss://chain.platform.network".to_string(),
73+
rpc_endpoint: "wss://chain.platform.zip".to_string(),
7474
netuid: 100,
7575
},
7676
challenges,

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.zip/tcp/8090/p2p/12D3KooWQNqDofQAivCNMdntAFPEbgwyVBUnrPBeWK2kunPgJRp2",
1717
];
1818

1919
/// P2P network configuration

0 commit comments

Comments
 (0)