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:
Uncle Stretch 2024-11-10 20:48:38 +03:00
parent a359361c2c
commit 71701ae427
Signed by: str3tch
GPG Key ID: 84F3190747EE79AA

View File

@ -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": {