bittensor-cli 9.8.1__py3-none-any.whl → 9.8.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -814,67 +814,3 @@ class ColorPalette(Gettable):
814
814
 
815
815
  COLOR_PALETTE = ColorPalette()
816
816
  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
- }
@@ -124,7 +124,7 @@ async def display_stake_movement_cross_subnets(
124
124
  style=COLOR_PALETTE["POOLS"]["TAO_EQUIV"],
125
125
  )
126
126
  table.add_column(
127
- "Fee (τ)",
127
+ f"Fee ({Balance.get_unit(origin_netuid)})",
128
128
  justify="center",
129
129
  style=COLOR_PALETTE["STAKE"]["STAKE_AMOUNT"],
130
130
  )
@@ -137,7 +137,7 @@ async def display_stake_movement_cross_subnets(
137
137
  str(amount_to_move),
138
138
  price_str,
139
139
  str(received_amount),
140
- str(stake_fee),
140
+ str(stake_fee.set_unit(origin_netuid)),
141
141
  )
142
142
 
143
143
  console.print(table)
@@ -234,7 +234,7 @@ async def unstake(
234
234
  str(amount_to_unstake_as_balance), # Amount to Unstake
235
235
  f"{subnet_info.price.tao:.6f}"
236
236
  + f"({Balance.get_unit(0)}/{Balance.get_unit(netuid)})", # Rate
237
- str(stake_fee), # Fee
237
+ str(stake_fee.set_unit(netuid)), # Fee
238
238
  str(received_amount), # Received Amount
239
239
  # slippage_pct, # Slippage Percent
240
240
  ]
@@ -1189,7 +1189,7 @@ def _create_unstake_table(
1189
1189
  style=COLOR_PALETTE["POOLS"]["RATE"],
1190
1190
  )
1191
1191
  table.add_column(
1192
- f"Fee ({Balance.get_unit(0)})",
1192
+ f"Fee ({Balance.get_unit(1)})",
1193
1193
  justify="center",
1194
1194
  style=COLOR_PALETTE["STAKE"]["STAKE_AMOUNT"],
1195
1195
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bittensor-cli
3
- Version: 9.8.1
3
+ Version: 9.8.2
4
4
  Summary: Bittensor CLI
5
5
  Author: bittensor.com
6
6
  Project-URL: homepage, https://github.com/opentensor/btcli
@@ -2,7 +2,7 @@ bittensor_cli/__init__.py,sha256=Lpv4NkbAQgwrfqFOnTMuR_S-fqGdaWCSLhxnFnGTHM0,123
2
2
  bittensor_cli/cli.py,sha256=araPpzXJvIAQWG7Jt1AhsM183cYc1rpAIQZxCbufaQ8,231311
3
3
  bittensor_cli/doc_generation_helper.py,sha256=GexqjEIKulWg84hpNBEchJ840oOgOi7DWpt447nsdNI,91
4
4
  bittensor_cli/version.py,sha256=dU1xsa3mG5FPdhzvqlzDByNcCHmzcFQH3q1pQr4u76g,720
5
- bittensor_cli/src/__init__.py,sha256=zd_S5sddcg9bJKnOadpMgGAGmwUrR8fPQGgYCauzUq8,34129
5
+ bittensor_cli/src/__init__.py,sha256=2UhjaM4VHfixjmMZvz5OkWn5DsO08WRnOtk_ZNDGTUo,33012
6
6
  bittensor_cli/src/bittensor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  bittensor_cli/src/bittensor/balances.py,sha256=q5KkxF8wmUguWAFddEKstfDKTxPe5ISHpT6br8x32rc,11148
8
8
  bittensor_cli/src/bittensor/chain_data.py,sha256=_GATOCacWMN2jRurzn3hffJiq_l7AznGRkKePTAflwQ,44420
@@ -39,13 +39,13 @@ bittensor_cli/src/commands/stake/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
39
39
  bittensor_cli/src/commands/stake/add.py,sha256=oEpWFnRWazaFsbKn06o4gwQ1JfFmn4AwxRNecimI3js,27614
40
40
  bittensor_cli/src/commands/stake/children_hotkeys.py,sha256=lMiV-Z3SGZUEapdy0LRthFLx0RlFK0KVxytE47ybdEc,31746
41
41
  bittensor_cli/src/commands/stake/list.py,sha256=tzjhiJucXgOGaw7TGt420nGosH85AEjvOimP1XXV3Xs,29038
42
- bittensor_cli/src/commands/stake/move.py,sha256=mNFuyJ3bsT1LTQE9nDKmED7rMHR0a7j72bBgdvwaYSo,34541
43
- bittensor_cli/src/commands/stake/remove.py,sha256=40IZWZx7pXaQfwyyauUHbxiJCcMudIU_lVd_SkXxDBg,47324
42
+ bittensor_cli/src/commands/stake/move.py,sha256=JbEm_2nblStZV_IgwiDhj2HuHaD8qsmIcABjQM6xpWI,34597
43
+ bittensor_cli/src/commands/stake/remove.py,sha256=DX7yPXs5n8Gp3O_Fwz8cMYI8CAiRp16gbKLwSCAoYmM,47341
44
44
  bittensor_cli/src/commands/subnets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
45
45
  bittensor_cli/src/commands/subnets/price.py,sha256=akXkbilWjQYqTYvtOhXngX_cVkU0Mv-Gl3kjce6dtl0,21490
46
46
  bittensor_cli/src/commands/subnets/subnets.py,sha256=yM74ct5a9xHyD_TdSAmZL6XOtkT6zk6F67VvOe8Ou68,94070
47
- bittensor_cli-9.8.1.dist-info/METADATA,sha256=2V8E7MMSSJrqfH3MnBKdNyoDsZ8IMfX4gl3feGRqa9s,6601
48
- bittensor_cli-9.8.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
49
- bittensor_cli-9.8.1.dist-info/entry_points.txt,sha256=hBTLGLbVxmAKy69XSKaUZvjTCmyEzDGZKq4S8UOto8I,49
50
- bittensor_cli-9.8.1.dist-info/top_level.txt,sha256=DvgvXpmTtI_Q1BbDZMlK90LFcGFCreN1daViEPV2iFw,14
51
- bittensor_cli-9.8.1.dist-info/RECORD,,
47
+ bittensor_cli-9.8.2.dist-info/METADATA,sha256=oHcdDRVqyiik7oI6d-wKQZRLYQG-iRdXO0N7inI2bEk,6601
48
+ bittensor_cli-9.8.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
49
+ bittensor_cli-9.8.2.dist-info/entry_points.txt,sha256=hBTLGLbVxmAKy69XSKaUZvjTCmyEzDGZKq4S8UOto8I,49
50
+ bittensor_cli-9.8.2.dist-info/top_level.txt,sha256=DvgvXpmTtI_Q1BbDZMlK90LFcGFCreN1daViEPV2iFw,14
51
+ bittensor_cli-9.8.2.dist-info/RECORD,,