Skip to content

Commit

Permalink
tao weight
Browse files Browse the repository at this point in the history
  • Loading branch information
unconst committed Jan 7, 2025
1 parent c61186a commit 8e2019b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subtensor/src/migrations/migrate_rao.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub fn migrate_rao<T: Config>() -> Weight {
SubnetAlphaOut::<T>::insert(netuid, 0); // Set zero subnet alpha out.
SubnetMechanism::<T>::insert(netuid, 1); // Convert to dynamic immediately with initialization.
Tempo::<T>::insert(netuid, DefaultTempo::<T>::get());
// Set global weight to 1.8% from the start
// Set global weight to 18% from the start
TaoWeight::<T>::insert(netuid, 320_413_933_267_719_290);
// Set the token symbol for this subnet using Self instead of Pallet::<T>
TokenSymbol::<T>::insert(netuid, Pallet::<T>::get_symbol_for_subnet(*netuid));
Expand Down

0 comments on commit 8e2019b

Please sign in to comment.