mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 11:19:57 +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 ghost_accounts: Vec<(AccountId, u128, u8)> = casper_testnet_evm_accounts();
|
||||||
let evm_networks = casper_testnet_evm_networks();
|
let evm_networks = casper_testnet_evm_networks();
|
||||||
|
|
||||||
const ENDOWMENT: u128 = 5_000 * CSPR;
|
const ENDOWMENT: u128 = 31 * CSPR;
|
||||||
const STASH: u128 = 500 * CSPR;
|
const STASH: u128 = 69 * CSPR;
|
||||||
|
|
||||||
serde_json::json!({
|
serde_json::json!({
|
||||||
"balances": {
|
"balances": {
|
||||||
|
|||||||
Reference in New Issue
Block a user