Skip to content

Commit

Permalink
chore: set default test balance for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdevos committed Apr 4, 2024
1 parent 96d738a commit 7b8f6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub fn template_session_keys(keys: AuraId) -> logion_runtime::SessionKeys {
logion_runtime::SessionKeys { aura: keys }
}

const DEFAULT_TEST_BALANCE: Balance = 1 << 60;
const DEFAULT_TEST_BALANCE: Balance = 100_000_000_000_000_000_000_000;

pub fn development_config() -> ChainSpec {
ChainSpec::builder(
Expand Down

0 comments on commit 7b8f6e8

Please sign in to comment.