Skip to content

Commit 8b36200

Browse files
sam0x17github-actions[bot]
authored andcommitted
Update chainspecs
1 parent ee302fc commit 8b36200

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

chainspecs/plain_spec_devnet.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
"name": "Bittensor",
33
"id": "bittensor",
44
"chainType": "Development",
5-
"bootNodes": [
6-
"/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWR8N9YmnzjeiCKKPysf2MWWMk4HHFh8uYW6WqRHjBWxoC"
7-
],
5+
"bootNodes": [],
86
"telemetryEndpoints": null,
97
"protocolId": "bittensor",
108
"properties": {
119
"ss58Format": 42,
1210
"tokenDecimals": 9,
13-
"tokenSymbol": "TAO"
11+
"tokenSymbol": "testTAO"
1412
},
1513
"forkBlocks": null,
16-
"badBlocks": [
17-
"0xc174d485de4bc3813ac249fe078af605c74ff91d07b0a396cf75fa04f81fa312"
18-
],
14+
"badBlocks": [],
1915
"codeSubstitutes": {},
2016
"genesis": {
2117
"runtimeGenesis": {
@@ -82,4 +78,4 @@
8278
}
8379
}
8480
}
85-
}
81+
}

chainspecs/raw_spec_devnet.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
"name": "Bittensor",
33
"id": "bittensor",
44
"chainType": "Development",
5-
"bootNodes": [
6-
"/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWR8N9YmnzjeiCKKPysf2MWWMk4HHFh8uYW6WqRHjBWxoC"
7-
],
5+
"bootNodes": [],
86
"telemetryEndpoints": null,
97
"protocolId": "bittensor",
108
"properties": {
119
"ss58Format": 42,
1210
"tokenDecimals": 9,
13-
"tokenSymbol": "TAO"
11+
"tokenSymbol": "testTAO"
1412
},
1513
"forkBlocks": null,
16-
"badBlocks": [
17-
"0xc174d485de4bc3813ac249fe078af605c74ff91d07b0a396cf75fa04f81fa312"
18-
],
14+
"badBlocks": [],
1915
"codeSubstitutes": {},
2016
"genesis": {
2117
"raw": {
@@ -111,4 +107,4 @@
111107
"childrenDefault": {}
112108
}
113109
}
114-
}
110+
}

0 commit comments

Comments
 (0)