File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff 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.
1515pub 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
You can’t perform that action at this time.
0 commit comments