Skip to content

Commit

Permalink
Merge pull request opentensor#67 from opentensor/fix_spec
Browse files Browse the repository at this point in the history
Fixed chain specs
  • Loading branch information
shibshib authored Mar 21, 2023
2 parents c88a372 + 2aab2b1 commit 8080070
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions plain_spec_finney.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "Bittensor",
"id": "bittensor",
"chainType": "Development",
"chainType": "Live",
"bootNodes": [],
"telemetryEndpoints": null,
"protocolId": "bittensor",
"properties": {
"ss58Format": 13116,
"ss58Format": 42,
"tokenDecimals": 9,
"tokenSymbol": "TAO"
},
},
"codeSubstitutes": {},
"genesis": {
"runtime": {
Expand Down
4 changes: 2 additions & 2 deletions raw_spec.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Bittensor",
"id": "bittensor",
"chainType": "Development",
"chainType": "Live",
"bootNodes": [],
"telemetryEndpoints": null,
"protocolId": "bittensor",
"properties": {
"ss58Format": 13116,
"ss58Format": 42,
"tokenDecimals": 9,
"tokenSymbol": "TAO"
},
Expand Down
4 changes: 2 additions & 2 deletions raw_spec_finney.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Bittensor",
"id": "bittensor",
"chainType": "Development",
"chainType": "Live",
"bootNodes": [],
"telemetryEndpoints": null,
"protocolId": "bittensor",
"properties": {
"ss58Format": 13116,
"ss58Format": 42,
"tokenDecimals": 9,
"tokenSymbol": "TAO"
},
Expand Down
1 change: 1 addition & 0 deletions recipe.json

Large diffs are not rendered by default.

0 comments on commit 8080070

Please sign in to comment.