From 02714385269d14abb2a1c8db0a0347721b611c82 Mon Sep 17 00:00:00 2001 From: Ayushi5ire <97879568+Ayushi5ire@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:14:36 +0530 Subject: [PATCH] Thunder ed (#175) Signed-off-by: Ayushi --- runtime/firechain-thunder-runtime/Cargo.toml | 2 +- runtime/firechain-thunder-runtime/src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/firechain-thunder-runtime/Cargo.toml b/runtime/firechain-thunder-runtime/Cargo.toml index 6fc3922e..f70c8ba7 100644 --- a/runtime/firechain-thunder-runtime/Cargo.toml +++ b/runtime/firechain-thunder-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firechain-thunder-runtime" -version = "1.0.4" +version = "1.0.5" authors = ["5ire Team "] description = "5ire chain Thunder Testnet runtime" edition = "2021" diff --git a/runtime/firechain-thunder-runtime/src/lib.rs b/runtime/firechain-thunder-runtime/src/lib.rs index 762f9eeb..a0749a9c 100644 --- a/runtime/firechain-thunder-runtime/src/lib.rs +++ b/runtime/firechain-thunder-runtime/src/lib.rs @@ -159,7 +159,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("firechain-node-thunder"), impl_name: create_runtime_str!("5ire"), authoring_version: 1, - spec_version: 104, + spec_version: 105, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, @@ -450,7 +450,7 @@ impl pallet_indices::Config for Runtime { } parameter_types! { - pub const ExistentialDeposit: Balance = DOLLARS/10; + pub const ExistentialDeposit: Balance = 1; // For weight estimation, we assume that the most locks on an individual account will be 50. // This number may need to be adjusted in the future if this assumption no longer holds true. pub const MaxLocks: u32 = 50;