Skip to content

Commit a48e04d

Browse files
authored
Merge pull request #1972 from opentensor/revert-network-lock-value
revert network lock fee
2 parents f91be75 + 4a60bb9 commit a48e04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
220220
// `spec_version`, and `authoring_version` are the same between Wasm and native.
221221
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
222222
// the compatible custom types.
223-
spec_version: 304,
223+
spec_version: 305,
224224
impl_version: 1,
225225
apis: RUNTIME_API_VERSIONS,
226226
transaction_version: 1,
@@ -1144,7 +1144,7 @@ parameter_types! {
11441144
pub const SubtensorInitialSenateRequiredStakePercentage: u64 = 1; // 1 percent of total stake
11451145
pub const SubtensorInitialNetworkImmunity: u64 = 7 * 7200;
11461146
pub const SubtensorInitialMinAllowedUids: u16 = 128;
1147-
pub const SubtensorInitialMinLockCost: u64 = prod_or_fast!(1_000_000_000_000, 100_000_000_000); // 1000 TAO for prod, 100 TAO for fast
1147+
pub const SubtensorInitialMinLockCost: u64 = 1_000_000_000_000; // 1000 TAO
11481148
pub const SubtensorInitialSubnetOwnerCut: u16 = 11_796; // 18 percent
11491149
// pub const SubtensorInitialSubnetLimit: u16 = 12; // (DEPRECATED)
11501150
pub const SubtensorInitialNetworkLockReductionInterval: u64 = 14 * 7200;

0 commit comments

Comments
 (0)