bump internal-testnet VERSION and genesis file for wbtc config (#1937)

* bump internal-testnet VERSION and genesis file for wbtc config

* Fix EOF on validate genesis by add missing modules; Fix validation by fixing gov params; update total escrow to default

* bump version for latest genesis

---------

Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com>
This commit is contained in:
Paul Downing 2024-06-12 10:43:15 -06:00 committed by GitHub
parent 5c51530b8e
commit 0306bec0ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 37 additions and 11 deletions

View File

@ -1 +1 @@
a967d2fdda299ec8e1e3b99fb55bd06ecfdb0469 7df1eef8cc977816a2fdff2fd208aec87fbdb699

View File

@ -22,6 +22,8 @@
}, },
"app_hash": "", "app_hash": "",
"app_state": { "app_state": {
"06-solomachine": null,
"07-tendermint": null,
"auction": { "auction": {
"next_auction_id": "1", "next_auction_id": "1",
"params": { "params": {
@ -839,6 +841,7 @@
"gov_denom": "ukava", "gov_denom": "ukava",
"params": { "params": {
"circuit_breaker": false, "circuit_breaker": false,
"liquidation_block_interval": 500,
"collateral_params": [ "collateral_params": [
{ {
"denom": "bnb", "denom": "bnb",
@ -1258,7 +1261,15 @@
"votes": [] "votes": []
}, },
"community": { "community": {
"params": {} "params": {
"upgrade_time_disable_inflation": "2023-11-01T00:00:00Z",
"upgrade_time_set_staking_rewards_per_second": "744191",
"staking_rewards_per_second": "0"
},
"staking_rewards_state": {
"last_accumulation_time": "0001-01-01T00:00:00Z",
"last_truncation_error": "0"
}
}, },
"crisis": { "crisis": {
"constant_fee": { "constant_fee": {
@ -2246,22 +2257,25 @@
"deposits": [], "deposits": [],
"votes": [], "votes": [],
"proposals": [], "proposals": [],
"deposit_params": { "deposit_params": null,
"voting_params": null,
"tally_params": null,
"params": {
"min_deposit": [ "min_deposit": [
{ {
"denom": "ukava", "denom": "ukava",
"amount": "10000000" "amount": "10000000"
} }
], ],
"max_deposit_period": "172800s" "max_deposit_period": "172800s",
}, "voting_period": "600s",
"voting_params": {
"voting_period": "600s"
},
"tally_params": {
"quorum": "0.334000000000000000", "quorum": "0.334000000000000000",
"threshold": "0.500000000000000000", "threshold": "0.500000000000000000",
"veto_threshold": "0.334000000000000000" "veto_threshold": "0.334000000000000000",
"min_initial_deposit_ratio": "0.000000000000000000",
"burn_vote_quorum": false,
"burn_proposal_deposit_prevote": false,
"burn_vote_veto": true
} }
}, },
"hard": { "hard": {
@ -3187,6 +3201,16 @@
} }
}, },
"params": null, "params": null,
"packetfowardmiddleware": {
"params": {
"fee_percentage": "0.000000000000000000"
},
"in_flight_packets": {}
},
"precisebank": {
"balances": [],
"remainder": "0"
},
"pricefeed": { "pricefeed": {
"params": { "params": {
"markets": [ "markets": [
@ -3660,6 +3684,7 @@
} }
] ]
}, },
"router": {},
"savings": { "savings": {
"params": { "params": {
"supported_denoms": [ "supported_denoms": [
@ -3831,7 +3856,8 @@
"params": { "params": {
"send_enabled": true, "send_enabled": true,
"receive_enabled": true "receive_enabled": true
} },
"total_escrowed": []
}, },
"upgrade": {}, "upgrade": {},
"validatorvesting": null, "validatorvesting": null,