Skip to content

Commit 90338a7

Browse files
committed
Update bootnode in testnet
1 parent 55caaa3 commit 90338a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr"
54+
"/dns/bootnode.test.chain.opentensor.ai/tcp/30333/p2p/12D3KooWEKUzXbgbJzCnAGcCLFwcEbDBp9ixa3aVVgJ5smiX1fSJ"
5555
.parse()
5656
.unwrap(),
5757
])

scripts/build_all_chainspecs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ save_genesis() {
2323
buildspec() {
2424
local chain="$1"
2525
shift
26-
./target/debug/node-subtensor build-spec --chain "$chain" "$@"
26+
./target/debug/node-subtensor build-spec --chain "$chain" --disable-default-bootnode "$@"
2727
}
2828

2929
# Update genesis in new chainspecs using the extracted genesis data from the

0 commit comments

Comments
 (0)