Skip to content

Commit c7076a1

Browse files
authored
Merge pull request #531 from opentensor/feat/thewhaleking/remove-subnet-names
remove unused subnet names mapping
2 parents 7c9e9a6 + 2af3205 commit c7076a1

File tree

1 file changed

+0
-64
lines changed

1 file changed

+0
-64
lines changed

bittensor_cli/src/__init__.py

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -814,67 +814,3 @@ class Sudo(Gettable):
814814

815815
COLOR_PALETTE = ColorPalette()
816816
COLORS = COLOR_PALETTE
817-
818-
819-
SUBNETS = {
820-
0: "root",
821-
1: "apex",
822-
2: "omron",
823-
3: "templar",
824-
4: "targon",
825-
5: "kaito",
826-
6: "infinite",
827-
7: "subvortex",
828-
8: "ptn",
829-
9: "pretrain",
830-
10: "sturday",
831-
11: "dippy",
832-
12: "horde",
833-
13: "dataverse",
834-
14: "palaidn",
835-
15: "deval",
836-
16: "bitads",
837-
17: "3gen",
838-
18: "cortex",
839-
19: "inference",
840-
20: "bitagent",
841-
21: "any-any",
842-
22: "meta",
843-
23: "social",
844-
24: "omega",
845-
25: "protein",
846-
26: "alchemy",
847-
27: "compute",
848-
28: "oracle",
849-
29: "coldint",
850-
30: "bet",
851-
31: "naschain",
852-
32: "itsai",
853-
33: "ready",
854-
34: "mind",
855-
35: "logic",
856-
36: "automata",
857-
37: "tuning",
858-
38: "distributed",
859-
39: "edge",
860-
40: "chunk",
861-
41: "sportsensor",
862-
42: "masa",
863-
43: "graphite",
864-
44: "score",
865-
45: "gen42",
866-
46: "neural",
867-
47: "condense",
868-
48: "nextplace",
869-
49: "automl",
870-
50: "audio",
871-
51: "celium",
872-
52: "dojo",
873-
53: "frontier",
874-
54: "docs-insight",
875-
56: "gradients",
876-
57: "gaia",
877-
58: "dippy-speech",
878-
59: "agent-arena",
879-
61: "red-team",
880-
}

0 commit comments

Comments
 (0)