Skip to content

Commit

Permalink
Thunder ed (#175)
Browse files Browse the repository at this point in the history
Signed-off-by: Ayushi <[email protected]>
  • Loading branch information
Ayushi5ire authored Jul 24, 2024
1 parent 51810fa commit 0271438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/firechain-thunder-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firechain-thunder-runtime"
version = "1.0.4"
version = "1.0.5"
authors = ["5ire Team <[email protected]>"]
description = "5ire chain Thunder Testnet runtime"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions runtime/firechain-thunder-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 0271438

Please sign in to comment.