Skip to content

Commit b1fc591

Browse files
committed
Bring back testnet bootnode
1 parent 1459191 commit b1fc591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/chain_spec/testnet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub fn finney_testnet_config() -> Result<ChainSpec, String> {
5151
)
5252
.with_name("Bittensor")
5353
.with_boot_nodes(vec![
54-
"/dns/bootnode.test.chain.opentensor.ai/tcp/30333/p2p/12D3KooWEKUzXbgbJzCnAGcCLFwcEbDBp9ixa3aVVgJ5smiX1fSJ"
54+
"/dns/bootnode.test.chain.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr"
5555
.parse()
5656
.unwrap(),
5757
])

0 commit comments

Comments
 (0)