Skip to content

Commit

Permalink
Fix sn names
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Dec 20, 2024
1 parent 60ba785 commit c1195a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bittensor_cli/src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,15 +620,15 @@ class WalletValidationTypes(Enum):
5: "kaito",
6: "infinite",
7: "subvortex",
8: "rpn",
8: "ptn",
9: "pretrain",
10: "sturday",
11: "dippy",
12: "horde",
13: "dataverse",
14: "palaidn",
15: "deval",
16: "bitrads",
16: "bitads",
17: "3gen",
18: "cortex",
19: "inference",
Expand Down Expand Up @@ -670,5 +670,6 @@ class WalletValidationTypes(Enum):
56: "gradients",
57: "gaia",
58: "dippy-speech",
59: "agent-arena"
59: "agent-arena",
61: "red-team",
}

0 comments on commit c1195a6

Please sign in to comment.