diff --git a/bittensor_cli/src/__init__.py b/bittensor_cli/src/__init__.py index d7b1a9f70..d9d81eb29 100644 --- a/bittensor_cli/src/__init__.py +++ b/bittensor_cli/src/__init__.py @@ -814,67 +814,3 @@ class Sudo(Gettable): COLOR_PALETTE = ColorPalette() COLORS = COLOR_PALETTE - - -SUBNETS = { - 0: "root", - 1: "apex", - 2: "omron", - 3: "templar", - 4: "targon", - 5: "kaito", - 6: "infinite", - 7: "subvortex", - 8: "ptn", - 9: "pretrain", - 10: "sturday", - 11: "dippy", - 12: "horde", - 13: "dataverse", - 14: "palaidn", - 15: "deval", - 16: "bitads", - 17: "3gen", - 18: "cortex", - 19: "inference", - 20: "bitagent", - 21: "any-any", - 22: "meta", - 23: "social", - 24: "omega", - 25: "protein", - 26: "alchemy", - 27: "compute", - 28: "oracle", - 29: "coldint", - 30: "bet", - 31: "naschain", - 32: "itsai", - 33: "ready", - 34: "mind", - 35: "logic", - 36: "automata", - 37: "tuning", - 38: "distributed", - 39: "edge", - 40: "chunk", - 41: "sportsensor", - 42: "masa", - 43: "graphite", - 44: "score", - 45: "gen42", - 46: "neural", - 47: "condense", - 48: "nextplace", - 49: "automl", - 50: "audio", - 51: "celium", - 52: "dojo", - 53: "frontier", - 54: "docs-insight", - 56: "gradients", - 57: "gaia", - 58: "dippy-speech", - 59: "agent-arena", - 61: "red-team", -}