Skip to content

Commit

Permalink
weave: Increase endowment for weave runtime configurations (#527)
Browse files Browse the repository at this point in the history
Signed-off-by: Shreevatsa N <vatsa@dhiway.com>
  • Loading branch information
vatsa287 authored Dec 2, 2024
1 parent c06160f commit 058fcee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/cli/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ fn weave_local_genesis(
initial_well_known_nodes: Vec<(NodeId, AccountId)>,
root_key: AccountId,
) -> serde_json::Value {
const ENDOWMENT: Balance = 10_000_000 * WAY;
const ENDOWMENT: Balance = 100_000_000_000 * WAY;

serde_json::json!( {
"balances": {
Expand Down
2 changes: 1 addition & 1 deletion node/cli/src/chain_spec/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ fn cord_weave_custom_genesis(
initial_authorities: Vec<(AccountId, BabeId, GrandpaId, ImOnlineId, AuthorityDiscoveryId)>,
root_key: AccountId,
) -> serde_json::Value {
const ENDOWMENT: Balance = 10_000_000 * WAY;
const ENDOWMENT: Balance = 100_000_000_000 * WAY;

serde_json::json!( {
"balances": {
Expand Down

0 comments on commit 058fcee

Please sign in to comment.