From d651ed73572496ee530873df8000033ce6fc9f21 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 21 Jun 2019 20:37:52 +0000 Subject: [PATCH] feat: testnet default genesis --- testnet-1/genesis.json | 169 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 testnet-1/genesis.json diff --git a/testnet-1/genesis.json b/testnet-1/genesis.json new file mode 100644 index 00000000..59c07f1a --- /dev/null +++ b/testnet-1/genesis.json @@ -0,0 +1,169 @@ +{ + "genesis_time": "2019-06-21T20:35:03.278225912Z", + "chain_id": "kava-testnet-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age": "100000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + } + }, + "app_hash": "", + "app_state": { + "accounts": [ + { + "address": "k1m3x9yfrpme5uc92helku4hlr7zml93wp4h5cun", + "coins": [ + { + "denom": "kva", + "amount": "1000000" + } + ], + "sequence_number": "0", + "account_number": "0", + "original_vesting": null, + "delegated_free": null, + "delegated_vesting": null, + "start_time": "0", + "end_time": "0" + }, + { + "address": "k1s85ez2kjw37mfna2w2859zymxvrwzxprknw39n", + "coins": [ + { + "denom": "btc", + "amount": "1000" + }, + { + "denom": "kva", + "amount": "1000000" + }, + { + "denom": "xrp", + "amount": "1000000" + } + ], + "sequence_number": "0", + "account_number": "0", + "original_vesting": null, + "delegated_free": null, + "delegated_vesting": null, + "start_time": "0", + "end_time": "0" + } + ], + "auth": { + "collected_fees": null, + "params": { + "max_memo_characters": "256", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" + } + }, + "bank": { + "send_enabled": true + }, + "staking": { + "pool": { + "not_bonded_tokens": "0", + "bonded_tokens": "0" + }, + "params": { + "unbonding_time": "259200000000000", + "max_validators": 100, + "max_entries": 7, + "bond_denom": "kva" + }, + "last_total_power": "0", + "last_validator_powers": null, + "validators": null, + "delegations": null, + "unbonding_delegations": null, + "redelegations": null, + "exported": false + }, + "mint": { + "minter": { + "inflation": "0.130000000000000000", + "annual_provisions": "0.000000000000000000" + }, + "params": { + "mint_denom": "kva", + "inflation_rate_change": "0.130000000000000000", + "inflation_max": "0.200000000000000000", + "inflation_min": "0.070000000000000000", + "goal_bonded": "0.670000000000000000", + "blocks_per_year": "6311520" + } + }, + "distr": { + "fee_pool": { + "community_pool": null + }, + "community_tax": "0.020000000000000000", + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "withdraw_addr_enabled": true, + "delegator_withdraw_infos": null, + "previous_proposer": "", + "outstanding_rewards": null, + "validator_accumulated_commissions": null, + "validator_historical_rewards": null, + "validator_current_rewards": null, + "delegator_starting_infos": null, + "validator_slash_events": null + }, + "gov": { + "starting_proposal_id": "1", + "deposits": null, + "votes": null, + "proposals": null, + "deposit_params": { + "min_deposit": [ + { + "denom": "kva", + "amount": "10000000" + } + ], + "max_deposit_period": "172800000000000" + }, + "voting_params": { + "voting_period": "172800000000000" + }, + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto": "0.334000000000000000" + } + }, + "crisis": { + "constant_fee": { + "denom": "kva", + "amount": "1000" + } + }, + "slashing": { + "params": { + "max_evidence_age": "120000000000", + "signed_blocks_window": "100", + "min_signed_per_window": "0.500000000000000000", + "downtime_jail_duration": "600000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": {}, + "missed_blocks": {} + }, + "gentxs": null + } +} \ No newline at end of file