mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 03:09:56 +00:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user