We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1459191 commit b1fc591Copy full SHA for b1fc591
node/src/chain_spec/testnet.rs
@@ -51,7 +51,7 @@ pub fn finney_testnet_config() -> Result<ChainSpec, String> {
51
)
52
.with_name("Bittensor")
53
.with_boot_nodes(vec![
54
- "/dns/bootnode.test.chain.opentensor.ai/tcp/30333/p2p/12D3KooWEKUzXbgbJzCnAGcCLFwcEbDBp9ixa3aVVgJ5smiX1fSJ"
+ "/dns/bootnode.test.chain.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr"
55
.parse()
56
.unwrap(),
57
])
0 commit comments