Skip to content

Commit

Permalink
Bump endowment amounts on Rialto and Millau (paritytech#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano authored May 4, 2021
1 parent 3a9e706 commit f03b767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/millau/node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ fn testnet_genesis(
changes_trie_config: Default::default(),
},
pallet_balances: BalancesConfig {
balances: endowed_accounts.iter().cloned().map(|k| (k, 1 << 20)).collect(),
balances: endowed_accounts.iter().cloned().map(|k| (k, 1 << 40)).collect(),
},
pallet_aura: AuraConfig {
authorities: Vec::new(),
Expand Down
2 changes: 1 addition & 1 deletion bin/rialto/node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ fn testnet_genesis(
changes_trie_config: Default::default(),
},
pallet_balances: BalancesConfig {
balances: endowed_accounts.iter().cloned().map(|k| (k, 1 << 20)).collect(),
balances: endowed_accounts.iter().cloned().map(|k| (k, 1 << 40)).collect(),
},
pallet_aura: AuraConfig {
authorities: Vec::new(),
Expand Down

0 comments on commit f03b767

Please sign in to comment.