Skip to content

Commit

Permalink
Remove bootnodes from devnet chainspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-otf committed Dec 9, 2024
1 parent 4842f4e commit 362b128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions chainspecs/plain_spec_devnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "Bittensor",
"id": "bittensor",
"chainType": "Development",
"bootNodes": [
"/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWMZEfQEAciv3U2dqnhqtqt943aAjWHdq9m8wjJZamVPQY"
],
"bootNodes": [],
"telemetryEndpoints": null,
"protocolId": "bittensor",
"properties": {
Expand Down Expand Up @@ -66,4 +64,4 @@
}
}
}
}
}
6 changes: 2 additions & 4 deletions chainspecs/raw_spec_devnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "Bittensor",
"id": "bittensor",
"chainType": "Development",
"bootNodes": [
"/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWMZEfQEAciv3U2dqnhqtqt943aAjWHdq9m8wjJZamVPQY"
],
"bootNodes": [],
"telemetryEndpoints": null,
"protocolId": "bittensor",
"properties": {
Expand Down Expand Up @@ -103,4 +101,4 @@
"childrenDefault": {}
}
}
}
}

0 comments on commit 362b128

Please sign in to comment.