Skip to content
Snippets Groups Projects
Commit 6b3ac7e1 authored by Ignacio Palacios's avatar Ignacio Palacios Committed by GitHub
Browse files

Increase statemine balance (#808)


* increase statemine balance

* Fix formatting

Co-authored-by: default avatarWilfried Kopp <wilfried@parity.io>
parent 030ea4cc
Branches
No related merge requests found
......@@ -498,7 +498,11 @@ fn statemine_genesis(
.to_vec(),
},
balances: statemine_runtime::BalancesConfig {
balances: endowed_accounts.iter().cloned().map(|k| (k, STATEMINE_ED * 4096)).collect(),
balances: endowed_accounts
.iter()
.cloned()
.map(|k| (k, STATEMINE_ED * 524_288))
.collect(),
},
parachain_info: statemine_runtime::ParachainInfoConfig { parachain_id: id },
collator_selection: statemine_runtime::CollatorSelectionConfig {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment