make the stash balance 69 CSPR and total amount equal to 100 CSPR
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
parent
a359361c2c
commit
71701ae427
@ -610,8 +610,8 @@ fn casper_staging_config_genesis() -> serde_json::Value {
|
||||
let ghost_accounts: Vec<(AccountId, u128, u8)> = casper_testnet_evm_accounts();
|
||||
let evm_networks = casper_testnet_evm_networks();
|
||||
|
||||
const ENDOWMENT: u128 = 5_000 * CSPR;
|
||||
const STASH: u128 = 500 * CSPR;
|
||||
const ENDOWMENT: u128 = 31 * CSPR;
|
||||
const STASH: u128 = 69 * CSPR;
|
||||
|
||||
serde_json::json!({
|
||||
"balances": {
|
||||
|
Loading…
Reference in New Issue
Block a user