From caa8cbffb88a9bdcf04337ca4cf09b0b49ad1ecc Mon Sep 17 00:00:00 2001 From: YasunoriMATSUOKA Date: Mon, 20 Dec 2021 17:10:27 +0900 Subject: [PATCH 1/5] feat: copy genesis-pretty.json from ununifi-5-test --- launch/ununifi-6-test/genesis-pretty.json | 669 ++++++++++++++++++++++ 1 file changed, 669 insertions(+) create mode 100644 launch/ununifi-6-test/genesis-pretty.json diff --git a/launch/ununifi-6-test/genesis-pretty.json b/launch/ununifi-6-test/genesis-pretty.json new file mode 100644 index 000000000..4fe080ea2 --- /dev/null +++ b/launch/ununifi-6-test/genesis-pretty.json @@ -0,0 +1,669 @@ +{ + "genesis_time": "2021-12-16T03:49:36.061231486Z", + "chain_id": "ununifi-5-test", + "initial_height": "1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000", + "max_bytes": "1048576" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "version": {} + }, + "app_hash": "", + "app_state": { + "auction": { + "next_auction_id": "1", + "params": { + "max_auction_duration": "172800s", + "bid_duration": "3600s", + "increment_surplus": "0.050000000000000000", + "increment_debt": "0.050000000000000000", + "increment_collateral": "0.050000000000000000" + }, + "auctions": [] + }, + "auth": { + "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" + }, + "accounts": [ + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "ununifi1udqv0gf4k90sy95c49ecc7qc9cqgwt7dsfu3xu", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "ununifi1tuzxnku0zquxgh8akq7f9uywp9xgnl5gnass0k", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "ununifi1vrjkze9f2prl3ne8zqz8mu79yqkmp9y32g8xhc", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "ununifi10t4gy4pkttfkwhrkqxd5wgv3y5z2ut4gk60q7d", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "ununifi1t2t38la75gsndpellma7dxvh4mx27n9e6nstvd", + "pub_key": null, + "account_number": "0", + "sequence": "0" + } + ] + }, + "bank": { + "params": { + "send_enabled": [], + "default_send_enabled": true + }, + "balances": [ + { + "address": "ununifi1udqv0gf4k90sy95c49ecc7qc9cqgwt7dsfu3xu", + "coins": [ + { + "denom": "ubtc", + "amount": "25000000" + }, + { + "denom": "uguu", + "amount": "250000000000" + } + ] + }, + { + "address": "ununifi1tuzxnku0zquxgh8akq7f9uywp9xgnl5gnass0k", + "coins": [ + { + "denom": "ubtc", + "amount": "25000000" + }, + { + "denom": "uguu", + "amount": "250000000000" + } + ] + }, + { + "address": "ununifi1vrjkze9f2prl3ne8zqz8mu79yqkmp9y32g8xhc", + "coins": [ + { + "denom": "ubtc", + "amount": "25000000" + }, + { + "denom": "uguu", + "amount": "250000000000" + } + ] + }, + { + "address": "ununifi10t4gy4pkttfkwhrkqxd5wgv3y5z2ut4gk60q7d", + "coins": [ + { + "denom": "ubtc", + "amount": "25000000" + }, + { + "denom": "uguu", + "amount": "250000000000" + } + ] + }, + { + "address": "ununifi1t2t38la75gsndpellma7dxvh4mx27n9e6nstvd", + "coins": [ + { + "denom": "ubtc", + "amount": "100000000" + }, + { + "denom": "uguu", + "amount": "1000000000000" + } + ] + } + ], + "supply": [], + "denom_metadata": [] + }, + "capability": { + "index": "1", + "owners": [] + }, + "cdp": { + "params": { + "collateral_params": [ + { + "auction_size": "50000000000", + "conversion_factor": "6", + "debt_limit": { + "amount": "20000000000000", + "denom": "jpu" + }, + "denom": "ubtc", + "liquidation_market_id": "ubtc:jpy:30", + "liquidation_penalty": "0.075000000000000000", + "liquidation_ratio": "1.500000000000000000", + "prefix": 1, + "spot_market_id": "ubtc:jpy", + "stability_fee": "1.000000001547125958", + "type": "ubtc-a", + "check_collateralization_index_count": "1000", + "keeper_reward_percentage": "0.000001" + } + ], + "debt_param": { + "denom": "jpu", + "reference_asset": "jpy", + "conversion_factor": "6", + "debt_floor": "1" + }, + "global_debt_limit": { + "denom": "jpu", + "amount": "20000000000000" + }, + "surplus_auction_threshold": "500000000000", + "surplus_auction_lot": "10000000000", + "debt_auction_threshold": "100000000000", + "debt_auction_lot": "10000000000", + "circuit_breaker": false + }, + "cdps": [], + "deposits": [], + "starting_cdp_id": "1", + "debt_denom": "debt", + "gov_denom": "uguu", + "previous_accumulation_times": [], + "total_principals": [] + }, + "crisis": { + "constant_fee": { + "denom": "uguu", + "amount": "1000" + } + }, + "distribution": { + "params": { + "community_tax": "0.020000000000000000", + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "withdraw_addr_enabled": true + }, + "fee_pool": { + "community_pool": [] + }, + "delegator_withdraw_infos": [], + "previous_proposer": "", + "outstanding_rewards": [], + "validator_accumulated_commissions": [], + "validator_historical_rewards": [], + "validator_current_rewards": [], + "delegator_starting_infos": [], + "validator_slash_events": [] + }, + "evidence": { + "evidence": [] + }, + "genutil": { + "gen_txs": [ + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "cauchye-d-test", + "identity": "cauchye-d-test", + "website": "https://cauchye.com", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi10t4gy4pkttfkwhrkqxd5wgv3y5z2ut4gk60q7d", + "validator_address": "ununifivaloper10t4gy4pkttfkwhrkqxd5wgv3y5z2ut4grx68gz", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "9Af4Aa7bkzUOXfsuJ4aCUUDnRf/0hVqcY4SHBI3RLVA=" + }, + "value": { + "denom": "uguu", + "amount": "200000000000" + } + } + ], + "memo": "192ddcaea7789f65aa9b1f840ea963d4d0a61d8f@d.test.ununifi.cauchye.net:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Am2sIibWmUETEj96bkhcLhXeb6HVQ757AhAt42FCLigl" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "rKlp1cR9Ao5GlYrQqV9nBazGSq9ju1TcGeN1tFLZxgkcTDN1ygnMOU6iTAX6fEscyHT6dqEvSrF8CRhEAvem9w==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "cauchye-c-test", + "identity": "cauchye-c-test", + "website": "https://cauchye.com", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi1vrjkze9f2prl3ne8zqz8mu79yqkmp9y32g8xhc", + "validator_address": "ununifivaloper1vrjkze9f2prl3ne8zqz8mu79yqkmp9y3l5jpph", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "LGbHbsNPbXlPF/GCbuj905LRlFAPjZslBCIlM2Ga43A=" + }, + "value": { + "denom": "uguu", + "amount": "200000000000" + } + } + ], + "memo": "46a4580084634cf24cf7ecc589a9f1eb47291074@c.test.ununifi.cauchye.net:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AxC2eXVxsl/FbTsTfKBk/4lUu4AKZQUZMwJ/saHcAaBa" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "qRzh1ejDUw2t7/iuZYDlYpBvhue1MbrJ+PQ3j+LgteZYopWdCs6kR2OVpA8BNPD97u0ZQIHpGX6ZnoKFEhtQWQ==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "cauchye-b-test", + "identity": "cauchye-b-test", + "website": "https://cauchye.com", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi1tuzxnku0zquxgh8akq7f9uywp9xgnl5gnass0k", + "validator_address": "ununifivaloper1tuzxnku0zquxgh8akq7f9uywp9xgnl5gxp9hee", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "ce1pbIJ0oqhLfYNeb4yEfzDk8GV5lcE8L/bfSMhgXyQ=" + }, + "value": { + "denom": "uguu", + "amount": "200000000000" + } + } + ], + "memo": "b13e4681fd890b5ea7f3621cb4b6fe73ee0e5c34@b.test.ununifi.cauchye.net:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A+A3R/eCPugLI2HO/pEpYI8qoR7Nlsq9KjM27blPeyjt" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "IMhm54k/ajDefMkFALfo7qU8mRlQD+9NzuWA1mT5Km1y4E5zRu8qgKU/Asu0OC3MElqaVRcqkzeqI6M8mtR66w==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "cauchye-a-test", + "identity": "cauchye-a-test", + "website": "https://cauchye.com", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi1udqv0gf4k90sy95c49ecc7qc9cqgwt7dsfu3xu", + "validator_address": "ununifivaloper1udqv0gf4k90sy95c49ecc7qc9cqgwt7d94fksn", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "eSw9xbyxWskGMonySIhRLsWp9/iTwcnme9tWVT5yAWc=" + }, + "value": { + "denom": "uguu", + "amount": "200000000000" + } + } + ], + "memo": "de321a535a5334268890940fa41429e3a0f9586a@a.test.ununifi.cauchye.net:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A+rtMo1ylHH1Q/rqRn02enVR6cK9k7GKkcFDwSh4Wap1" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "RU5GqumlNo2Yall2Uc35GHV29GsNKVsWVEw6a7JrCvFK2G76KJQx7GnmRwKo1m5YZGu526CO/0FVOd2Zq6r58A==" + ] + } + ] + }, + "gov": { + "starting_proposal_id": "1", + "deposits": [], + "votes": [], + "proposals": [], + "deposit_params": { + "min_deposit": [ + { + "denom": "uguu", + "amount": "10000000" + } + ], + "max_deposit_period": "172800s" + }, + "voting_params": { + "voting_period": "172800s" + }, + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto_threshold": "0.334000000000000000" + } + }, + "ibc": { + "client_genesis": { + "clients": [], + "clients_consensus": [], + "clients_metadata": [], + "params": { + "allowed_clients": [ + "06-solomachine", + "07-tendermint" + ] + }, + "create_localhost": false, + "next_client_sequence": "0" + }, + "connection_genesis": { + "connections": [], + "client_connection_paths": [], + "next_connection_sequence": "0" + }, + "channel_genesis": { + "channels": [], + "acknowledgements": [], + "commitments": [], + "receipts": [], + "send_sequences": [], + "recv_sequences": [], + "ack_sequences": [], + "next_channel_sequence": "0" + } + }, + "incentive": { + "params": { + "cdp_minting_reward_periods": [], + "claim_multipliers": [], + "claim_end": "1970-01-01T00:00:01Z" + }, + "cdp_accumulation_times": [], + "cdp_minting_claims": [], + "denoms": { + "principal_denom": "jpu", + "cdp_minting_reward_denom": "uguu" + } + }, + "liquidity": { + "params": { + "pool_types": [ + { + "id": 1, + "name": "StandardLiquidityPool", + "min_reserve_coin_num": 2, + "max_reserve_coin_num": 2, + "description": "Standard liquidity pool with pool price function X/Y, ESPM constraint, and two kinds of reserve coins" + } + ], + "min_init_deposit_amount": "1000000", + "init_pool_coin_mint_amount": "1000000", + "max_reserve_coin_amount": "0", + "pool_creation_fee": [ + { + "denom": "stake", + "amount": "40000000" + } + ], + "swap_fee_rate": "0.003000000000000000", + "withdraw_fee_rate": "0.000000000000000000", + "max_order_amount_ratio": "0.100000000000000000", + "unit_batch_height": 1, + "circuit_breaker_enabled": false + }, + "pool_records": [] + }, + "mint": { + "minter": { + "inflation": "0.130000000000000000", + "annual_provisions": "0.000000000000000000" + }, + "params": { + "mint_denom": "uguu", + "inflation_rate_change": "0.130000000000000000", + "inflation_max": "0.200000000000000000", + "inflation_min": "0.070000000000000000", + "goal_bonded": "0.670000000000000000", + "blocks_per_year": "6311520" + } + }, + "params": null, + "pricefeed": { + "params": { + "markets": [ + { + "market_id": "ubtc:jpy", + "base_asset": "ubtc", + "quote_asset": "jpy", + "oracles": [ + "ununifi1udqv0gf4k90sy95c49ecc7qc9cqgwt7dsfu3xu", + "ununifi1tuzxnku0zquxgh8akq7f9uywp9xgnl5gnass0k", + "ununifi1vrjkze9f2prl3ne8zqz8mu79yqkmp9y32g8xhc", + "ununifi10t4gy4pkttfkwhrkqxd5wgv3y5z2ut4gk60q7d" + ], + "active": true + }, + { + "market_id": "ubtc:jpy:30", + "base_asset": "ubtc", + "quote_asset": "jpy", + "oracles": [ + "ununifi1udqv0gf4k90sy95c49ecc7qc9cqgwt7dsfu3xu", + "ununifi1tuzxnku0zquxgh8akq7f9uywp9xgnl5gnass0k", + "ununifi1vrjkze9f2prl3ne8zqz8mu79yqkmp9y32g8xhc", + "ununifi10t4gy4pkttfkwhrkqxd5wgv3y5z2ut4gk60q7d" + ], + "active": true + } + ] + }, + "posted_prices": [] + }, + "slashing": { + "params": { + "signed_blocks_window": "100", + "min_signed_per_window": "0.500000000000000000", + "downtime_jail_duration": "600s", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": [], + "missed_blocks": [] + }, + "staking": { + "params": { + "unbonding_time": "1814400s", + "max_validators": 100, + "max_entries": 7, + "historical_entries": 10000, + "bond_denom": "uguu" + }, + "last_total_power": "0", + "last_validator_powers": [], + "validators": [], + "delegations": [], + "unbonding_delegations": [], + "redelegations": [], + "exported": false + }, + "transfer": { + "port_id": "transfer", + "denom_traces": [], + "params": { + "send_enabled": false, + "receive_enabled": false + } + }, + "ununifidist": { + "params": { + "active": false, + "periods": [] + }, + "previous_block_time": "1970-01-01T00:00:01Z", + "gov_denom": "uguu" + }, + "upgrade": {}, + "vesting": {} + } +} \ No newline at end of file From 1656ea0b0718d8ed43bcb4da5e0fcb83229a2600 Mon Sep 17 00:00:00 2001 From: YasunoriMATSUOKA Date: Mon, 20 Dec 2021 18:48:16 +0900 Subject: [PATCH 2/5] feat: genesis-pretty.json and scripts of ununifi-6-test --- launch/ununifi-6-test/genesis-pretty.json | 859 ++++++++++++------ launch/ununifi-6-test/gentx-ununifi-6-test.sh | 70 ++ launch/ununifi-6-test/start-ununifi-6-test.sh | 18 + 3 files changed, 665 insertions(+), 282 deletions(-) create mode 100644 launch/ununifi-6-test/gentx-ununifi-6-test.sh create mode 100644 launch/ununifi-6-test/start-ununifi-6-test.sh diff --git a/launch/ununifi-6-test/genesis-pretty.json b/launch/ununifi-6-test/genesis-pretty.json index 4fe080ea2..4a262f362 100644 --- a/launch/ununifi-6-test/genesis-pretty.json +++ b/launch/ununifi-6-test/genesis-pretty.json @@ -1,6 +1,6 @@ { - "genesis_time": "2021-12-16T03:49:36.061231486Z", - "chain_id": "ununifi-5-test", + "genesis_time": "2021-12-21T03:00:00.000000000Z", + "chain_id": "ununifi-6-test", "initial_height": "1", "consensus_params": { "block": { @@ -42,37 +42,408 @@ "sig_verify_cost_secp256k1": "1000" }, "accounts": [ + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi1gcn8y49vlkzxayttncw9zxywh9ghu06jcycegg", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi1ngc9898qdeflerhp6k6nr0ydk9rm2ketapeqv6", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi14vtlq3akmp84wmqayfaetnzfjdpm06s3mwmwtn", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi1jhky9lnuztzuvcavl60lkslhuuq48gvvtwps57", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi108vn5g8we8w4shuzy2uznld9r30ptg4vfvr7u0", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi1dahxcc0ph2dhyyyzh66kqddp3m9n30h3yaczav", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi1nr0knu6hymtsst823qf4m6f5z8ewjgs5nt7n9r", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi1a567rg4dc0hg4ykqz84h695rp0z7nqdh0tpgm6", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi1dumz24ehp8lpdenzj3z909wm3ejslmdg8htxpf", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi1hktcz4tc9g8v29ej2a4u6xjgp2wzwfwq0z094a", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi1za2t3fln4gqeypgstprxd58gpk6v7cpc9tt48s", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi198qwll8ynsyg9j2frcjprjx0cm6h5c4y857f22", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi15yh9dmdq2r8rz35l9zdnpwzuvdqvknr2d03z5x", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi1t2qg9dhjf4ydes62qzz2zu70an54ww5qr7jwdz", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi1sh0dkt8p8dn0r6y3y8semagvxt5xkddtt6xmvh", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "5000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "ununifi1p9fm5rer25lzrl5k40zdhe72ewwvmhql99klll", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ + { + "denom": "uguu", + "amount": "200000000000" + } + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1651147074" + }, + "start_time": "1640055600" + }, { "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "ununifi1udqv0gf4k90sy95c49ecc7qc9cqgwt7dsfu3xu", + "address": "ununifi1dlgwtw7u80zvm8t0te46rrc2tmcqxfw7mc03r0", "pub_key": null, "account_number": "0", "sequence": "0" }, { "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "ununifi1tuzxnku0zquxgh8akq7f9uywp9xgnl5gnass0k", + "address": "ununifi1zvsuaa92tra27aq3dqqxfezv64vajlu03nscuf", "pub_key": null, "account_number": "0", "sequence": "0" }, { "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "ununifi1vrjkze9f2prl3ne8zqz8mu79yqkmp9y32g8xhc", + "address": "ununifi1qygjrj69j8vcescel7wftvntcpwsaxpvkzz5mx", "pub_key": null, "account_number": "0", "sequence": "0" }, { "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "ununifi10t4gy4pkttfkwhrkqxd5wgv3y5z2ut4gk60q7d", + "address": "ununifi1eklc0a4ltvfxh2dsh4e7mypnmdvrgsl7fpgedx", "pub_key": null, "account_number": "0", "sequence": "0" }, { "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "ununifi1t2t38la75gsndpellma7dxvh4mx27n9e6nstvd", + "address": "ununifi1x8d6g9kck623p6eyr2dcmw2wsjl997kvszz68w", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "ununifi1h2h9zytcqml35wqtaa5pue83rfrq9xq3yet5sm", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "ununifi1unssjdhfjvs4vccg5djnx0tcksu22v3mu6penr", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "ununifi1yrh0ut44cv4n9zd6r9y6asfcttwjuhys30lavz", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "ununifi1x8t7teyrgfs264c07p27n40emspcq2lvsxd0x5", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "ununifi16l9hprx5w2vz760zjg9xffa3c4a8s8547f9q4f", "pub_key": null, "account_number": "0", "sequence": "0" @@ -86,59 +457,232 @@ }, "balances": [ { - "address": "ununifi1udqv0gf4k90sy95c49ecc7qc9cqgwt7dsfu3xu", + "address": "ununifi1gcn8y49vlkzxayttncw9zxywh9ghu06jcycegg", "coins": [ { - "denom": "ubtc", - "amount": "25000000" - }, + "denom": "uguu", + "amount": "7943000000" + } + ] + }, + { + "address": "ununifi1ngc9898qdeflerhp6k6nr0ydk9rm2ketapeqv6", + "coins": [ { "denom": "uguu", - "amount": "250000000000" + "amount": "7943000000" } ] }, { - "address": "ununifi1tuzxnku0zquxgh8akq7f9uywp9xgnl5gnass0k", + "address": "ununifi14vtlq3akmp84wmqayfaetnzfjdpm06s3mwmwtn", "coins": [ { - "denom": "ubtc", - "amount": "25000000" - }, + "denom": "uguu", + "amount": "7943000000" + } + ] + }, + { + "address": "ununifi1jhky9lnuztzuvcavl60lkslhuuq48gvvtwps57", + "coins": [ { "denom": "uguu", - "amount": "250000000000" + "amount": "7943000000" } ] }, { - "address": "ununifi1vrjkze9f2prl3ne8zqz8mu79yqkmp9y32g8xhc", + "address": "ununifi108vn5g8we8w4shuzy2uznld9r30ptg4vfvr7u0", "coins": [ { - "denom": "ubtc", - "amount": "25000000" - }, + "denom": "uguu", + "amount": "7943000000" + } + ] + }, + { + "address": "ununifi1dahxcc0ph2dhyyyzh66kqddp3m9n30h3yaczav", + "coins": [ { "denom": "uguu", - "amount": "250000000000" + "amount": "7943000000" } ] }, { - "address": "ununifi10t4gy4pkttfkwhrkqxd5wgv3y5z2ut4gk60q7d", + "address": "ununifi1nr0knu6hymtsst823qf4m6f5z8ewjgs5nt7n9r", "coins": [ { - "denom": "ubtc", - "amount": "25000000" - }, + "denom": "uguu", + "amount": "7943000000" + } + ] + }, + { + "address": "ununifi1a567rg4dc0hg4ykqz84h695rp0z7nqdh0tpgm6", + "coins": [ + { + "denom": "uguu", + "amount": "7943000000" + } + ] + }, + { + "address": "ununifi1dumz24ehp8lpdenzj3z909wm3ejslmdg8htxpf", + "coins": [ + { + "denom": "uguu", + "amount": "7943000000" + } + ] + }, + { + "address": "ununifi1hktcz4tc9g8v29ej2a4u6xjgp2wzwfwq0z094a", + "coins": [ + { + "denom": "uguu", + "amount": "7943000000" + } + ] + }, + { + "address": "ununifi1za2t3fln4gqeypgstprxd58gpk6v7cpc9tt48s", + "coins": [ + { + "denom": "uguu", + "amount": "7943000000" + } + ] + }, + { + "address": "ununifi198qwll8ynsyg9j2frcjprjx0cm6h5c4y857f22", + "coins": [ + { + "denom": "uguu", + "amount": "7943000000" + } + ] + }, + { + "address": "ununifi15yh9dmdq2r8rz35l9zdnpwzuvdqvknr2d03z5x", + "coins": [ + { + "denom": "uguu", + "amount": "7943000000" + } + ] + }, + { + "address": "ununifi1t2qg9dhjf4ydes62qzz2zu70an54ww5qr7jwdz", + "coins": [ + { + "denom": "uguu", + "amount": "7943000000" + } + ] + }, + { + "address": "ununifi1sh0dkt8p8dn0r6y3y8semagvxt5xkddtt6xmvh", + "coins": [ + { + "denom": "uguu", + "amount": "6170000000" + } + ] + }, + { + "address": "ununifi1p9fm5rer25lzrl5k40zdhe72ewwvmhql99klll", + "coins": [ { "denom": "uguu", - "amount": "250000000000" + "amount": "200000000000" } ] }, { - "address": "ununifi1t2t38la75gsndpellma7dxvh4mx27n9e6nstvd", + "address": "ununifi1dlgwtw7u80zvm8t0te46rrc2tmcqxfw7mc03r0", + "coins": [ + { + "denom": "uguu", + "amount": "182628000000" + } + ] + }, + { + "address": "ununifi1zvsuaa92tra27aq3dqqxfezv64vajlu03nscuf", + "coins": [ + { + "denom": "uguu", + "amount": "30000000000" + } + ] + }, + { + "address": "ununifi1qygjrj69j8vcescel7wftvntcpwsaxpvkzz5mx", + "coins": [ + { + "denom": "uguu", + "amount": "1000000000" + } + ] + }, + { + "address": "ununifi1eklc0a4ltvfxh2dsh4e7mypnmdvrgsl7fpgedx", + "coins": [ + { + "denom": "uguu", + "amount": "1000000000" + } + ] + }, + { + "address": "ununifi1x8d6g9kck623p6eyr2dcmw2wsjl997kvszz68w", + "coins": [ + { + "denom": "uguu", + "amount": "98000000000" + } + ] + }, + { + "address": "ununifi1h2h9zytcqml35wqtaa5pue83rfrq9xq3yet5sm", + "coins": [ + { + "denom": "uguu", + "amount": "170000000000" + } + ] + }, + { + "address": "ununifi1unssjdhfjvs4vccg5djnx0tcksu22v3mu6penr", + "coins": [ + { + "denom": "uguu", + "amount": "90000000000" + } + ] + }, + { + "address": "ununifi1yrh0ut44cv4n9zd6r9y6asfcttwjuhys30lavz", + "coins": [ + { + "denom": "uguu", + "amount": "10000000000" + } + ] + }, + { + "address": "ununifi1x8t7teyrgfs264c07p27n40emspcq2lvsxd0x5", + "coins": [ + { + "denom": "uguu", + "amount": "100000000000" + } + ] + }, + { + "address": "ununifi16l9hprx5w2vz760zjg9xffa3c4a8s8547f9q4f", "coins": [ { "denom": "ubtc", @@ -233,252 +777,7 @@ "evidence": [] }, "genutil": { - "gen_txs": [ - { - "body": { - "messages": [ - { - "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", - "description": { - "moniker": "cauchye-d-test", - "identity": "cauchye-d-test", - "website": "https://cauchye.com", - "security_contact": "", - "details": "" - }, - "commission": { - "rate": "0.100000000000000000", - "max_rate": "0.200000000000000000", - "max_change_rate": "0.010000000000000000" - }, - "min_self_delegation": "1", - "delegator_address": "ununifi10t4gy4pkttfkwhrkqxd5wgv3y5z2ut4gk60q7d", - "validator_address": "ununifivaloper10t4gy4pkttfkwhrkqxd5wgv3y5z2ut4grx68gz", - "pubkey": { - "@type": "/cosmos.crypto.ed25519.PubKey", - "key": "9Af4Aa7bkzUOXfsuJ4aCUUDnRf/0hVqcY4SHBI3RLVA=" - }, - "value": { - "denom": "uguu", - "amount": "200000000000" - } - } - ], - "memo": "192ddcaea7789f65aa9b1f840ea963d4d0a61d8f@d.test.ununifi.cauchye.net:26656", - "timeout_height": "0", - "extension_options": [], - "non_critical_extension_options": [] - }, - "auth_info": { - "signer_infos": [ - { - "public_key": { - "@type": "/cosmos.crypto.secp256k1.PubKey", - "key": "Am2sIibWmUETEj96bkhcLhXeb6HVQ757AhAt42FCLigl" - }, - "mode_info": { - "single": { - "mode": "SIGN_MODE_DIRECT" - } - }, - "sequence": "0" - } - ], - "fee": { - "amount": [], - "gas_limit": "200000", - "payer": "", - "granter": "" - } - }, - "signatures": [ - "rKlp1cR9Ao5GlYrQqV9nBazGSq9ju1TcGeN1tFLZxgkcTDN1ygnMOU6iTAX6fEscyHT6dqEvSrF8CRhEAvem9w==" - ] - }, - { - "body": { - "messages": [ - { - "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", - "description": { - "moniker": "cauchye-c-test", - "identity": "cauchye-c-test", - "website": "https://cauchye.com", - "security_contact": "", - "details": "" - }, - "commission": { - "rate": "0.100000000000000000", - "max_rate": "0.200000000000000000", - "max_change_rate": "0.010000000000000000" - }, - "min_self_delegation": "1", - "delegator_address": "ununifi1vrjkze9f2prl3ne8zqz8mu79yqkmp9y32g8xhc", - "validator_address": "ununifivaloper1vrjkze9f2prl3ne8zqz8mu79yqkmp9y3l5jpph", - "pubkey": { - "@type": "/cosmos.crypto.ed25519.PubKey", - "key": "LGbHbsNPbXlPF/GCbuj905LRlFAPjZslBCIlM2Ga43A=" - }, - "value": { - "denom": "uguu", - "amount": "200000000000" - } - } - ], - "memo": "46a4580084634cf24cf7ecc589a9f1eb47291074@c.test.ununifi.cauchye.net:26656", - "timeout_height": "0", - "extension_options": [], - "non_critical_extension_options": [] - }, - "auth_info": { - "signer_infos": [ - { - "public_key": { - "@type": "/cosmos.crypto.secp256k1.PubKey", - "key": "AxC2eXVxsl/FbTsTfKBk/4lUu4AKZQUZMwJ/saHcAaBa" - }, - "mode_info": { - "single": { - "mode": "SIGN_MODE_DIRECT" - } - }, - "sequence": "0" - } - ], - "fee": { - "amount": [], - "gas_limit": "200000", - "payer": "", - "granter": "" - } - }, - "signatures": [ - "qRzh1ejDUw2t7/iuZYDlYpBvhue1MbrJ+PQ3j+LgteZYopWdCs6kR2OVpA8BNPD97u0ZQIHpGX6ZnoKFEhtQWQ==" - ] - }, - { - "body": { - "messages": [ - { - "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", - "description": { - "moniker": "cauchye-b-test", - "identity": "cauchye-b-test", - "website": "https://cauchye.com", - "security_contact": "", - "details": "" - }, - "commission": { - "rate": "0.100000000000000000", - "max_rate": "0.200000000000000000", - "max_change_rate": "0.010000000000000000" - }, - "min_self_delegation": "1", - "delegator_address": "ununifi1tuzxnku0zquxgh8akq7f9uywp9xgnl5gnass0k", - "validator_address": "ununifivaloper1tuzxnku0zquxgh8akq7f9uywp9xgnl5gxp9hee", - "pubkey": { - "@type": "/cosmos.crypto.ed25519.PubKey", - "key": "ce1pbIJ0oqhLfYNeb4yEfzDk8GV5lcE8L/bfSMhgXyQ=" - }, - "value": { - "denom": "uguu", - "amount": "200000000000" - } - } - ], - "memo": "b13e4681fd890b5ea7f3621cb4b6fe73ee0e5c34@b.test.ununifi.cauchye.net:26656", - "timeout_height": "0", - "extension_options": [], - "non_critical_extension_options": [] - }, - "auth_info": { - "signer_infos": [ - { - "public_key": { - "@type": "/cosmos.crypto.secp256k1.PubKey", - "key": "A+A3R/eCPugLI2HO/pEpYI8qoR7Nlsq9KjM27blPeyjt" - }, - "mode_info": { - "single": { - "mode": "SIGN_MODE_DIRECT" - } - }, - "sequence": "0" - } - ], - "fee": { - "amount": [], - "gas_limit": "200000", - "payer": "", - "granter": "" - } - }, - "signatures": [ - "IMhm54k/ajDefMkFALfo7qU8mRlQD+9NzuWA1mT5Km1y4E5zRu8qgKU/Asu0OC3MElqaVRcqkzeqI6M8mtR66w==" - ] - }, - { - "body": { - "messages": [ - { - "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", - "description": { - "moniker": "cauchye-a-test", - "identity": "cauchye-a-test", - "website": "https://cauchye.com", - "security_contact": "", - "details": "" - }, - "commission": { - "rate": "0.100000000000000000", - "max_rate": "0.200000000000000000", - "max_change_rate": "0.010000000000000000" - }, - "min_self_delegation": "1", - "delegator_address": "ununifi1udqv0gf4k90sy95c49ecc7qc9cqgwt7dsfu3xu", - "validator_address": "ununifivaloper1udqv0gf4k90sy95c49ecc7qc9cqgwt7d94fksn", - "pubkey": { - "@type": "/cosmos.crypto.ed25519.PubKey", - "key": "eSw9xbyxWskGMonySIhRLsWp9/iTwcnme9tWVT5yAWc=" - }, - "value": { - "denom": "uguu", - "amount": "200000000000" - } - } - ], - "memo": "de321a535a5334268890940fa41429e3a0f9586a@a.test.ununifi.cauchye.net:26656", - "timeout_height": "0", - "extension_options": [], - "non_critical_extension_options": [] - }, - "auth_info": { - "signer_infos": [ - { - "public_key": { - "@type": "/cosmos.crypto.secp256k1.PubKey", - "key": "A+rtMo1ylHH1Q/rqRn02enVR6cK9k7GKkcFDwSh4Wap1" - }, - "mode_info": { - "single": { - "mode": "SIGN_MODE_DIRECT" - } - }, - "sequence": "0" - } - ], - "fee": { - "amount": [], - "gas_limit": "200000", - "payer": "", - "granter": "" - } - }, - "signatures": [ - "RU5GqumlNo2Yall2Uc35GHV29GsNKVsWVEw6a7JrCvFK2G76KJQx7GnmRwKo1m5YZGu526CO/0FVOd2Zq6r58A==" - ] - } - ] + "gen_txs": [] }, "gov": { "starting_proposal_id": "1", @@ -597,10 +896,8 @@ "base_asset": "ubtc", "quote_asset": "jpy", "oracles": [ - "ununifi1udqv0gf4k90sy95c49ecc7qc9cqgwt7dsfu3xu", - "ununifi1tuzxnku0zquxgh8akq7f9uywp9xgnl5gnass0k", - "ununifi1vrjkze9f2prl3ne8zqz8mu79yqkmp9y32g8xhc", - "ununifi10t4gy4pkttfkwhrkqxd5wgv3y5z2ut4gk60q7d" + "ununifi1qygjrj69j8vcescel7wftvntcpwsaxpvkzz5mx", + "ununifi1eklc0a4ltvfxh2dsh4e7mypnmdvrgsl7fpgedx" ], "active": true }, @@ -609,10 +906,8 @@ "base_asset": "ubtc", "quote_asset": "jpy", "oracles": [ - "ununifi1udqv0gf4k90sy95c49ecc7qc9cqgwt7dsfu3xu", - "ununifi1tuzxnku0zquxgh8akq7f9uywp9xgnl5gnass0k", - "ununifi1vrjkze9f2prl3ne8zqz8mu79yqkmp9y32g8xhc", - "ununifi10t4gy4pkttfkwhrkqxd5wgv3y5z2ut4gk60q7d" + "ununifi1qygjrj69j8vcescel7wftvntcpwsaxpvkzz5mx", + "ununifi1eklc0a4ltvfxh2dsh4e7mypnmdvrgsl7fpgedx" ], "active": true } diff --git a/launch/ununifi-6-test/gentx-ununifi-6-test.sh b/launch/ununifi-6-test/gentx-ununifi-6-test.sh new file mode 100644 index 000000000..6a3669f59 --- /dev/null +++ b/launch/ununifi-6-test/gentx-ununifi-6-test.sh @@ -0,0 +1,70 @@ +#!/bin/bash + +date + +cd ~/ununifi +docker-compose down +sudo chown -c -R $USER:docker ~/.ununifi + +# Todo: Create or Edit `~/.ununifi/config/genesis.json`. +# rm ~/.ununifi/config/genesis.json +# curl -L https://raw.githubusercontent.com/UnUniFi/chain/main/launch/ununifi-6-test/genesis-pretty.json -o ~/.ununifi/config/genesis.json +curl -O https://raw.githubusercontent.com/UnUniFi/chain/main/docker-compose.yml + +docker pull ghcr.io/ununifi/ununifid:latest + +# gentxs +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx cauchye-a-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="cauchye-a-test-temp" --ip="a.test.ununifi.cauchye.net" --moniker="cauchye-a-test" --identity="cauchye-a-test" --website="https://cauchye.com" --node-id="de321a535a5334268890940fa41429e3a0f9586a" --pubkey="ununifivalconspub1zcjduepq0ykrm3duk9dvjp3j38ey3zz39mz6nalcj0qunenmmdt920njq9ns92gept" +sudo chown -c -R $USER:docker ~/.ununifi + +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx cauchye-b-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="cauchye-b-test-temp" --ip="b.test.ununifi.cauchye.net" --moniker="cauchye-b-test" --identity="cauchye-b-test" --website="https://cauchye.com" --node-id="b13e4681fd890b5ea7f3621cb4b6fe73ee0e5c34" --pubkey="ununifivalconspub1zcjduepqw8kkjmyzwj32sjmasd0xlryy0ucwfur90x2uz0p07m053jrqtujqkeflw0" +sudo chown -c -R $USER:docker ~/.ununifi + +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx tokyo-0-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="tokyo-0-test-temp" --ip="ununifi.testnet.validator.tokyo-0.neukind.network" --moniker="tokyo-0-test" --identity="tokyo-0-test" --node-id="1357ac5cd92b215b05253b25d78cf485dd899d55" --pubkey="ununifivalconspub1zcjduepq89wlgjv3ndhe49w695tkkpuv6s9tacnztthdwlved8cwwp83te6qp22dpm" +sudo chown -c -R $USER:docker ~/.ununifi + +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx tokyo-1-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="tokyo-1-test-temp" --ip="ununifi.testnet.validator.tokyo-1.neukind.network" --moniker="tokyo-1-test" --identity="tokyo-1-test" --node-id="25006d6b85daeac2234bcb94dafaa73861b43ee3" --pubkey="ununifivalconspub1zcjduepq2aqtvv6kef76eh2y36q43m8klf2ku5ld9648fl59q5g9anw5dvssa5cclf" +sudo chown -c -R $USER:docker ~/.ununifi + +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx genio01-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="genio01-test-temp" --ip="ununifi.testnet.validator.genio01.neukind.network" --moniker="genio01-test" --identity="genio01-test" --website="https://polkadot-coin.jp" --node-id="fe482d2bf89681d5684269e351b23e7ff3ba4b41" --pubkey="ununifivalconspub1zcjduepqgdp6v6pegrfmhj9sqc7d7rt6xhuqkpsr2rs4jk2gqdz9f44ejs8s65gjrr" +sudo chown -c -R $USER:docker ~/.ununifi + +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx zofuku-japan-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="zofuku-japan-test-temp" --ip="ununifi.testnet.validator.zofuku-japan.neukind.network" --moniker="zofuku-japan-test" --identity="zofuku-japan-test" --website="https://zofuku.com" --node-id="c858ea83ef8ad23db02744d4f0ce7e3f592b4d94" --pubkey="ununifivalconspub1zcjduepqxmgct99g5e80rcf6vdqryncthsy6mu9fxgt22pzqw3mhje06rgzsfc0nhk" +sudo chown -c -R $USER:docker ~/.ununifi + +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx zofuku-tokyo-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="zofuku-tokyo-test-temp" --ip="ununifi.testnet.validator.zofuku-tokyo.neukind.network" --moniker="zofuku-tokyo-test" --identity="zofuku-tokyo-test" --website="https://zofuku.com" --node-id="85131e04b014f9fee85b805783080c4518521c54" --pubkey="ununifivalconspub1zcjduepqddcpz325ydav2wpweccpdnad7pxs2tghfnpzd6yxu6s0gczqqnfq2astac" +sudo chown -c -R $USER:docker ~/.ununifi + +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx chikako0903-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="chikako0903-test-temp" --ip="ununifi.testnet.validator.chikako0930.neukind.network" --moniker="chikako0903-test" --identity="chikako0903-test" --node-id="afc260c54043b671a5b084f905b565da1c7595fd" --pubkey="ununifivalconspub1zcjduepqtgeqrvfhw0st7ce7dzmzltlrmf6ddfr29n9z3237mfw4m3lsj6hsprmrac" +sudo chown -c -R $USER:docker ~/.ununifi + +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx kurata0211-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="kurata0211-test-temp" --ip="ununifi.testnet.validator.kurata0211.neukind.network" --moniker="kurata0211-test" --identity="kurata0211-test" --node-id="7257ef8f772c8e41a2b68fdb0340697b60b9c433" --pubkey="ununifivalconspub1zcjduepqwklnky5mtt32u6vn6s9vpm257csgrnuzxpladzse9mdrcmhuq7wq5z6jrn" +sudo chown -c -R $USER:docker ~/.ununifi + +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx keyplayers01-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="keyplayers01-test-temp" --ip="ununifi.testnet.validator.keyplayers01.neukind.network" --moniker="keyplayers01-test" --identity="keyplayers01-test" --node-id="320ec43486005c4022c8103b5087d851c4d544fe" --pubkey="ununifivalconspub1zcjduepq9chpalue7dr4cfqs7c8apfcztke6kz6e7e3ngjgr0rksmd3kfeaqh3ztv8" +sudo chown -c -R $USER:docker ~/.ununifi + +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx keyplayers02-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="keyplayers02-test-temp" --ip="ununifi.testnet.validator.keyplayers02.neukind.network" --moniker="keyplayers02-test" --identity="keyplayers02-test" --node-id="65ae4a6e43abdb4bc4bc3ff830bdf8d4e889b4b6" --pubkey="ununifivalconspub1zcjduepq6r04zanwtv7p2a3undnnnxrf4h0eqere9359dl0rlnccm7nyc8wsr2l358" +sudo chown -c -R $USER:docker ~/.ununifi + +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx tokyo-2-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="tokyo-2-test-temp" --ip="ununifi.testnet.validator.tokyo-2.neukind.network" --moniker="tokyo-2-test" --identity="tokyo-2-test" --node-id="caf792ed396dd7e737574a030ae8eabe19ecdf5c" --pubkey="ununifivalconspub1zcjduepqvmfcsnzpr4e7cg3xf789ka3ygangsmh2jv6nr46vhwcxlkzpkgxsyqw2kg" +sudo chown -c -R $USER:docker ~/.ununifi + +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx tokyo-3-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="tokyo-3-test-temp" --ip="ununifi.testnet.validator.tokyo-3.neukind.network" --moniker="tokyo-3-test" --identity="tokyo-3-test" --node-id="796c62bb2af411c140cf24ddc409dff76d9d61cf" --pubkey="ununifivalconspub1zcjduepq6xfx9kw3uypx7690ry38gfn0hcqkddzjkqqxvpwsn9cwxvy4pe2sjf5ftm" +sudo chown -c -R $USER:docker ~/.ununifi + +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx tokyo-4-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="tokyo-4-test-temp" --ip="ununifi.testnet.validator.tokyo-4.neukind.network" --moniker="tokyo-4-test" --identity="tokyo-4-test" --node-id="cea8d05b6e01188cf6481c55b7d1bc2f31de0eed" --pubkey="ununifivalconspub1zcjduepq6ag9yud9yn8q849dj8qsk870jsgvuev0nmaar408pqrcd4hty2xqc4z5hz" +sudo chown -c -R $USER:docker ~/.ununifi + +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid gentx toko1631-test-temp 5000000000uguu --chain-id="ununifi-6-test" --from="toko1631-test-temp" --ip="ununifi.testnet.validator.toko1631.neukind.network" --moniker="toko1631-test" --identity="toko1631-test" --node-id="062655515d4c12de85018a69adb3fcdb790f7d51" --pubkey="ununifivalconspub1zcjduepql04k05pahjtc0tdq2909gdj80pkrdjdpf6vcmkhqyzy829zk3gqql78sdf" +sudo chown -c -R $USER:docker ~/.ununifi + +# collect-gentxs +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid collect-gentxs +sudo chown -c -R $USER:docker ~/.ununifi + +# unsafe-reset-all +docker run -it -v ~/.ununifi:/root/.ununifi ghcr.io/ununifi/ununifid ununifid unsafe-reset-all +sudo chown -c -R $USER:docker ~/.ununifi + +date diff --git a/launch/ununifi-6-test/start-ununifi-6-test.sh b/launch/ununifi-6-test/start-ununifi-6-test.sh new file mode 100644 index 000000000..affcdaf20 --- /dev/null +++ b/launch/ununifi-6-test/start-ununifi-6-test.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +date + +cd ~/ununifi +docker-compose down + +docker pull ghcr.io/ununifi/ununifid:latest + +rm ~/.ununifi/config/genesis.json +curl -L https://raw.githubusercontent.com/UnUniFi/chain/main/launch/ununifi-6-test/genesis.json -o ~/.ununifi/config/genesis.json + +cd ~/ununifi +curl -O https://raw.githubusercontent.com/UnUniFi/chain/main/docker-compose.yml + +docker-compose up -d + +date From 8fd2f48560f665fdf16b740ec5058849224bf00a Mon Sep 17 00:00:00 2001 From: YasunoriMATSUOKA Date: Mon, 20 Dec 2021 18:58:14 +0900 Subject: [PATCH 3/5] feat: ununifi-6-test gentx collect-gentxs unsafe-reset-all --- launch/ununifi-6-test/genesis-pretty.json | 920 +++++++++++++++++- launch/ununifi-6-test/genesis.json | 1 + ...655515d4c12de85018a69adb3fcdb790f7d51.json | 1 + ...7ac5cd92b215b05253b25d78cf485dd899d55.json | 1 + ...06d6b85daeac2234bcb94dafaa73861b43ee3.json | 1 + ...ec43486005c4022c8103b5087d851c4d544fe.json | 1 + ...e4a6e43abdb4bc4bc3ff830bdf8d4e889b4b6.json | 1 + ...7ef8f772c8e41a2b68fdb0340697b60b9c433.json | 1 + ...c62bb2af411c140cf24ddc409dff76d9d61cf.json | 1 + ...31e04b014f9fee85b805783080c4518521c54.json | 1 + ...260c54043b671a5b084f905b565da1c7595fd.json | 1 + ...e4681fd890b5ea7f3621cb4b6fe73ee0e5c34.json | 1 + ...8ea83ef8ad23db02744d4f0ce7e3f592b4d94.json | 1 + ...792ed396dd7e737574a030ae8eabe19ecdf5c.json | 1 + ...8d05b6e01188cf6481c55b7d1bc2f31de0eed.json | 1 + ...21a535a5334268890940fa41429e3a0f9586a.json | 1 + ...82d2bf89681d5684269e351b23e7ff3ba4b41.json | 1 + 17 files changed, 934 insertions(+), 2 deletions(-) create mode 100644 launch/ununifi-6-test/genesis.json create mode 100644 launch/ununifi-6-test/gentx-062655515d4c12de85018a69adb3fcdb790f7d51.json create mode 100644 launch/ununifi-6-test/gentx-1357ac5cd92b215b05253b25d78cf485dd899d55.json create mode 100644 launch/ununifi-6-test/gentx-25006d6b85daeac2234bcb94dafaa73861b43ee3.json create mode 100644 launch/ununifi-6-test/gentx-320ec43486005c4022c8103b5087d851c4d544fe.json create mode 100644 launch/ununifi-6-test/gentx-65ae4a6e43abdb4bc4bc3ff830bdf8d4e889b4b6.json create mode 100644 launch/ununifi-6-test/gentx-7257ef8f772c8e41a2b68fdb0340697b60b9c433.json create mode 100644 launch/ununifi-6-test/gentx-796c62bb2af411c140cf24ddc409dff76d9d61cf.json create mode 100644 launch/ununifi-6-test/gentx-85131e04b014f9fee85b805783080c4518521c54.json create mode 100644 launch/ununifi-6-test/gentx-afc260c54043b671a5b084f905b565da1c7595fd.json create mode 100644 launch/ununifi-6-test/gentx-b13e4681fd890b5ea7f3621cb4b6fe73ee0e5c34.json create mode 100644 launch/ununifi-6-test/gentx-c858ea83ef8ad23db02744d4f0ce7e3f592b4d94.json create mode 100644 launch/ununifi-6-test/gentx-caf792ed396dd7e737574a030ae8eabe19ecdf5c.json create mode 100644 launch/ununifi-6-test/gentx-cea8d05b6e01188cf6481c55b7d1bc2f31de0eed.json create mode 100644 launch/ununifi-6-test/gentx-de321a535a5334268890940fa41429e3a0f9586a.json create mode 100644 launch/ununifi-6-test/gentx-fe482d2bf89681d5684269e351b23e7ff3ba4b41.json diff --git a/launch/ununifi-6-test/genesis-pretty.json b/launch/ununifi-6-test/genesis-pretty.json index 4a262f362..abfe1d364 100644 --- a/launch/ununifi-6-test/genesis-pretty.json +++ b/launch/ununifi-6-test/genesis-pretty.json @@ -1,5 +1,5 @@ { - "genesis_time": "2021-12-21T03:00:00.000000000Z", + "genesis_time": "2021-12-21T03:00:00Z", "chain_id": "ununifi-6-test", "initial_height": "1", "consensus_params": { @@ -777,7 +777,923 @@ "evidence": [] }, "genutil": { - "gen_txs": [] + "gen_txs": [ + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "toko1631-test", + "identity": "toko1631-test", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi1sh0dkt8p8dn0r6y3y8semagvxt5xkddtt6xmvh", + "validator_address": "ununifivaloper1sh0dkt8p8dn0r6y3y8semagvxt5xkddt7xnu6c", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "++tn0D28l4etoFFeVDZHeGw2yaFOmY3a4CCIdRRWigA=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "062655515d4c12de85018a69adb3fcdb790f7d51@ununifi.testnet.validator.toko1631.neukind.network:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AzIF2hupxaKonRaIGxtTrO/VpGVQcQa3uIbvgiFPUuad" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "+96ASVeTO93lwKoYQM91LxisYzn73BXnjkXwNk/o99wJtbGFIaLE6QpjmpTToV6q5g34Us0i62t1Qh5VlSA8Fg==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "tokyo-0-test", + "identity": "tokyo-0-test", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi1hktcz4tc9g8v29ej2a4u6xjgp2wzwfwq0z094a", + "validator_address": "ununifivaloper1hktcz4tc9g8v29ej2a4u6xjgp2wzwfwq676zrj", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "OV30SZGbb5qV2i0XaweM1Aq+4mJa7td9mWnw5wTxXnQ=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "1357ac5cd92b215b05253b25d78cf485dd899d55@ununifi.testnet.validator.tokyo-0.neukind.network:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A1SOgAo4Nn6x+j2waV3fD3Rn76oDFZ3gGT3nYvI14xkd" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "f/8Y0o4VH4mQOImo0VuAnlwd+/8jYj6z301YAL+PAccY5Ooxqb0yJpuNhkiAhlycbiaaU2KQ86cIi1SscaQgVQ==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "tokyo-1-test", + "identity": "tokyo-1-test", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi1za2t3fln4gqeypgstprxd58gpk6v7cpc9tt48s", + "validator_address": "ununifivaloper1za2t3fln4gqeypgstprxd58gpk6v7cpcsh7j3l", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "V0C2M1bKfazdRI6BWOz2+lVuU+0uqnT+hQUQXs3UayE=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "25006d6b85daeac2234bcb94dafaa73861b43ee3@ununifi.testnet.validator.tokyo-1.neukind.network:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AyJztdDsYlxv2J9y1eturgpDdWLxhzSGnOKSWWm+VK1b" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "yFjY9eA0wut2ckrwyZmNWjZpQMjfew5++rm7Q/IWE7tC9DWD0c3IBdQ1PdXWAQSOyv0UCzkrj/aw+65V9KdwLg==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "keyplayers01-test", + "identity": "keyplayers01-test", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi1a567rg4dc0hg4ykqz84h695rp0z7nqdh0tpgm6", + "validator_address": "ununifivaloper1a567rg4dc0hg4ykqz84h695rp0z7nqdh6h50d4", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "Li4e/5nzR1wkEPYP0KcCXbOrC1n2YzRJA3jtDbY2Tno=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "320ec43486005c4022c8103b5087d851c4d544fe@ununifi.testnet.validator.keyplayers01.neukind.network:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Ak24lo2O4Xot+fy1lnMBtRXjhVZv0LshLQ/5AatCcYA1" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "ndwzYkTMgnJrMrCDDrC89gTBtAwKwe11zdlaSPkitm9yGpC02/RBj8Qa7fbTWgMbgn26+/TWorHSEmflG7EzxQ==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "keyplayers02-test", + "identity": "keyplayers02-test", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi1dumz24ehp8lpdenzj3z909wm3ejslmdg8htxpf", + "validator_address": "ununifivaloper1dumz24ehp8lpdenzj3z909wm3ejslmdgjt7phx", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "0N9Rdm5bPBV2PJtnOZhprd+QZHksaFb94/zxjfpkwd0=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "65ae4a6e43abdb4bc4bc3ff830bdf8d4e889b4b6@ununifi.testnet.validator.keyplayers02.neukind.network:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Aki7CdH3nzsr68IQ2T7TGnJ+ktlt4gymwqT7BAzhCyko" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "ufIe8x5OG9j4hatEsbdONxls13qY1Fo7xN4e+VT1v1U/nAN5fXogklWVOTE9ry3PEm4ilS9/shX2u/F9DWTeiA==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "kurata0211-test", + "identity": "kurata0211-test", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi1nr0knu6hymtsst823qf4m6f5z8ewjgs5nt7n9r", + "validator_address": "ununifivaloper1nr0knu6hymtsst823qf4m6f5z8ewjgs5xht5nv", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "db87Epta4q5pk9QKwO1U9iCBz4Iwf9aKGS7aPG78B5w=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "7257ef8f772c8e41a2b68fdb0340697b60b9c433@ununifi.testnet.validator.kurata0211.neukind.network:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AkbxYgNgmVV0g3N05foaX8No3tVWGE25a7jTpLevVGpd" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "tdAE4fzwZ96JS1YHCRD0duxoARUvlp5a3EDKRBTGPJgWL3XrxQ7emNVUCfMtlsDONXQAe8j2SOwO/0/XMWVnDg==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "tokyo-3-test", + "identity": "tokyo-3-test", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi15yh9dmdq2r8rz35l9zdnpwzuvdqvknr2d03z5x", + "validator_address": "ununifivaloper15yh9dmdq2r8rz35l9zdnpwzuvdqvknr2cny9zf", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "0ZJi2dHhAm9orxkidCZvvgFmtFKwAGYF0Jlw4zCVDlU=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "796c62bb2af411c140cf24ddc409dff76d9d61cf@ununifi.testnet.validator.tokyo-3.neukind.network:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A4CHjqucWREyf6e3p2zQzMOsid4bHtyiVH0Fb9bYf9sV" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "u3UKrxNOH/xHRYzsjhoN4ufJgVHnuq0KS3qFbZB/kjV366IxekCtlnJGITnXFDUJE2m4rirpf5fg0fKl1kS2iw==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "zofuku-tokyo-test", + "identity": "zofuku-tokyo-test", + "website": "https://zofuku.com", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi108vn5g8we8w4shuzy2uznld9r30ptg4vfvr7u0", + "validator_address": "ununifivaloper108vn5g8we8w4shuzy2uznld9r30ptg4vuske2q", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "a3ARRVQjesU4Ls4wFs+t8E0FLRdMwibohuag9GBABNI=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "85131e04b014f9fee85b805783080c4518521c54@ununifi.testnet.validator.zofuku-tokyo.neukind.network:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "ArzX/ULTXyveo7xp/wk7MSBkeAExdeNjfdtRN37Tiw7j" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "dMnzGETu8QOE+xNraBBcvwewIs9KTj+lyEyLDTF5yRpxuErTbj0O9yY67neyaaIvb1tLM8Nadurl0svUAQoWnw==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "chikako0903-test", + "identity": "chikako0903-test", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi1dahxcc0ph2dhyyyzh66kqddp3m9n30h3yaczav", + "validator_address": "ununifivaloper1dahxcc0ph2dhyyyzh66kqddp3m9n30h33pd9tr", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "WjIBsTdz4L9jPmi2L6/j2nTWpGosyiiqPtpdXcfwlq8=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "afc260c54043b671a5b084f905b565da1c7595fd@ununifi.testnet.validator.chikako0930.neukind.network:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AlFxjbg/ZZYNYyXZrRIKL5P+57cPT6Np/0GmHMXLl8V5" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "6PP9dKvTVVT08jlbnpfB3Sf4y2WiuuplBJPx9MNsG7kme30WRZyuGeVVAR+KOb3jFFRfidAvtlIEiOMFokBX2w==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "cauchye-b-test", + "identity": "cauchye-b-test", + "website": "https://cauchye.com", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi1ngc9898qdeflerhp6k6nr0ydk9rm2ketapeqv6", + "validator_address": "ununifivaloper1ngc9898qdeflerhp6k6nr0ydk9rm2ketgav864", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "ce1pbIJ0oqhLfYNeb4yEfzDk8GV5lcE8L/bfSMhgXyQ=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "b13e4681fd890b5ea7f3621cb4b6fe73ee0e5c34@b.test.ununifi.cauchye.net:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AnPRg5gG8T3AaP/yQmxucGh9jg/DQ/IlHTXOO9aJo8wA" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "70O2QaR84A5J2xfYBqkS+rQJXYbcB57Aj8Frl982irMYAHltKB2qEZGrgDWdKF92ghVuRgoiwmp8zZ7dXRt2Hw==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "zofuku-japan-test", + "identity": "zofuku-japan-test", + "website": "https://zofuku.com", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi1jhky9lnuztzuvcavl60lkslhuuq48gvvtwps57", + "validator_address": "ununifivaloper1jhky9lnuztzuvcavl60lkslhuuq48gvv7j5hz3", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "NtGFlKimTvHhOmNAMk8LvAmt8KkyFqUEQHR3eWX6GgU=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "c858ea83ef8ad23db02744d4f0ce7e3f592b4d94@ununifi.testnet.validator.zofuku-japan.neukind.network:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Aj6rEex7o1sveLOR39eZ9OMNFt4veRF7PsQr4BYNn8Pi" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "MY2WGwLSsObWXPg1PCdpkOSCBDCzHW8NtmzYRhpUVSxVeNyGcBhV+E+2FzDWZmxUv1owJs/dHuPDl02ClYRh3g==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "tokyo-2-test", + "identity": "tokyo-2-test", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi198qwll8ynsyg9j2frcjprjx0cm6h5c4y857f22", + "validator_address": "ununifivaloper198qwll8ynsyg9j2frcjprjx0cm6h5c4yjgtwu9", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "ZtOITEEdc+wiJk+OW3YkR2aIbuqTNTHXTLuwb9hBsg0=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "caf792ed396dd7e737574a030ae8eabe19ecdf5c@ununifi.testnet.validator.tokyo-2.neukind.network:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Az/cAj639SSePxA8UBLGarC3mwKeUrDp+dOZfnVN7yyV" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "SvjayvhOGBA/6YSS2mspWykt7uw6/CQh1oRmpAGV60QjPreFvDz2cU0YHPxurkxJ99mEbIwmAQrzZ6J/3jvnxQ==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "tokyo-4-test", + "identity": "tokyo-4-test", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi1t2qg9dhjf4ydes62qzz2zu70an54ww5qr7jwdz", + "validator_address": "ununifivaloper1t2qg9dhjf4ydes62qzz2zu70an54ww5qkz8fmd", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "11BScaUkzgPUrZHBCx/PlBDOZY+e+9HV5wgHhtbrIow=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "cea8d05b6e01188cf6481c55b7d1bc2f31de0eed@ununifi.testnet.validator.tokyo-4.neukind.network:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AoVd1bMfU4qY4i4xDCEzuBKV/zTFrktdf7+VLHUqH3iD" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "2JNWWSsbTg7cywuLiElPl078AZQpMA1VGYSTTumB7cUdk031FgbsWL0NrCw1TKIaD89qKU5BL+tn76bgK1ovCg==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "cauchye-a-test", + "identity": "cauchye-a-test", + "website": "https://cauchye.com", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi1gcn8y49vlkzxayttncw9zxywh9ghu06jcycegg", + "validator_address": "ununifivaloper1gcn8y49vlkzxayttncw9zxywh9ghu06jdcd778", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "eSw9xbyxWskGMonySIhRLsWp9/iTwcnme9tWVT5yAWc=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "de321a535a5334268890940fa41429e3a0f9586a@a.test.ununifi.cauchye.net:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AtnQ6SzUkYRQXm0Y/3+2Sh4n55mbvW5rzRP8abOwCc5y" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "g8YspjA86873CqMf2+dTH+0DmfR1w2Dt0weTJwearcBMnJ24Z+cJydeuNr/aP4deXyIn9P0pdLNowTwdj+Qm/w==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "genio01-test", + "identity": "genio01-test", + "website": "https://polkadot-coin.jp", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "ununifi14vtlq3akmp84wmqayfaetnzfjdpm06s3mwmwtn", + "validator_address": "ununifivaloper14vtlq3akmp84wmqayfaetnzfjdpm06s3wjwfau", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "Q0OmaDlA07vIsAY83w16NfgLBgNQ4VlZSANEVNa5lA8=" + }, + "value": { + "denom": "uguu", + "amount": "5000000000" + } + } + ], + "memo": "fe482d2bf89681d5684269e351b23e7ff3ba4b41@ununifi.testnet.validator.genio01.neukind.network:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AgqiUyZhEMAzTlexa1Fi+xdWcfjQ2fSolGH34cRtPTRp" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "I222o/4ff0Mheji6E9VIbKBgCOeMCNhSs1K3tAhGGnsANXCk48XZiDBHm2bGrPwjdWB4QbHeYozJnVCyQWPUzA==" + ] + } + ] }, "gov": { "starting_proposal_id": "1", diff --git a/launch/ununifi-6-test/genesis.json b/launch/ununifi-6-test/genesis.json new file mode 100644 index 000000000..82088ea9e --- /dev/null +++ b/launch/ununifi-6-test/genesis.json @@ -0,0 +1 @@ +{"genesis_time":"2021-12-21T03:00:00Z","chain_id":"ununifi-6-test","initial_height":"1","consensus_params":{"block":{"max_bytes":"22020096","max_gas":"-1","time_iota_ms":"1000"},"evidence":{"max_age_num_blocks":"100000","max_age_duration":"172800000000000","max_bytes":"1048576"},"validator":{"pub_key_types":["ed25519"]},"version":{}},"app_hash":"","app_state":{"auction":{"next_auction_id":"1","params":{"max_auction_duration":"172800s","bid_duration":"3600s","increment_surplus":"0.050000000000000000","increment_debt":"0.050000000000000000","increment_collateral":"0.050000000000000000"},"auctions":[]},"auth":{"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"},"accounts":[{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi1gcn8y49vlkzxayttncw9zxywh9ghu06jcycegg","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi1ngc9898qdeflerhp6k6nr0ydk9rm2ketapeqv6","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi14vtlq3akmp84wmqayfaetnzfjdpm06s3mwmwtn","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi1jhky9lnuztzuvcavl60lkslhuuq48gvvtwps57","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi108vn5g8we8w4shuzy2uznld9r30ptg4vfvr7u0","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi1dahxcc0ph2dhyyyzh66kqddp3m9n30h3yaczav","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi1nr0knu6hymtsst823qf4m6f5z8ewjgs5nt7n9r","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi1a567rg4dc0hg4ykqz84h695rp0z7nqdh0tpgm6","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi1dumz24ehp8lpdenzj3z909wm3ejslmdg8htxpf","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi1hktcz4tc9g8v29ej2a4u6xjgp2wzwfwq0z094a","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi1za2t3fln4gqeypgstprxd58gpk6v7cpc9tt48s","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi198qwll8ynsyg9j2frcjprjx0cm6h5c4y857f22","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi15yh9dmdq2r8rz35l9zdnpwzuvdqvknr2d03z5x","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi1t2qg9dhjf4ydes62qzz2zu70an54ww5qr7jwdz","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi1sh0dkt8p8dn0r6y3y8semagvxt5xkddtt6xmvh","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"5000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.vesting.v1beta1.ContinuousVestingAccount","base_vesting_account":{"base_account":{"address":"ununifi1p9fm5rer25lzrl5k40zdhe72ewwvmhql99klll","pub_key":null,"account_number":"0","sequence":"0"},"original_vesting":[{"denom":"uguu","amount":"200000000000"}],"delegated_free":[],"delegated_vesting":[],"end_time":"1651147074"},"start_time":"1640055600"},{"@type":"/cosmos.auth.v1beta1.BaseAccount","address":"ununifi1dlgwtw7u80zvm8t0te46rrc2tmcqxfw7mc03r0","pub_key":null,"account_number":"0","sequence":"0"},{"@type":"/cosmos.auth.v1beta1.BaseAccount","address":"ununifi1zvsuaa92tra27aq3dqqxfezv64vajlu03nscuf","pub_key":null,"account_number":"0","sequence":"0"},{"@type":"/cosmos.auth.v1beta1.BaseAccount","address":"ununifi1qygjrj69j8vcescel7wftvntcpwsaxpvkzz5mx","pub_key":null,"account_number":"0","sequence":"0"},{"@type":"/cosmos.auth.v1beta1.BaseAccount","address":"ununifi1eklc0a4ltvfxh2dsh4e7mypnmdvrgsl7fpgedx","pub_key":null,"account_number":"0","sequence":"0"},{"@type":"/cosmos.auth.v1beta1.BaseAccount","address":"ununifi1x8d6g9kck623p6eyr2dcmw2wsjl997kvszz68w","pub_key":null,"account_number":"0","sequence":"0"},{"@type":"/cosmos.auth.v1beta1.BaseAccount","address":"ununifi1h2h9zytcqml35wqtaa5pue83rfrq9xq3yet5sm","pub_key":null,"account_number":"0","sequence":"0"},{"@type":"/cosmos.auth.v1beta1.BaseAccount","address":"ununifi1unssjdhfjvs4vccg5djnx0tcksu22v3mu6penr","pub_key":null,"account_number":"0","sequence":"0"},{"@type":"/cosmos.auth.v1beta1.BaseAccount","address":"ununifi1yrh0ut44cv4n9zd6r9y6asfcttwjuhys30lavz","pub_key":null,"account_number":"0","sequence":"0"},{"@type":"/cosmos.auth.v1beta1.BaseAccount","address":"ununifi1x8t7teyrgfs264c07p27n40emspcq2lvsxd0x5","pub_key":null,"account_number":"0","sequence":"0"},{"@type":"/cosmos.auth.v1beta1.BaseAccount","address":"ununifi16l9hprx5w2vz760zjg9xffa3c4a8s8547f9q4f","pub_key":null,"account_number":"0","sequence":"0"}]},"bank":{"params":{"send_enabled":[],"default_send_enabled":true},"balances":[{"address":"ununifi1gcn8y49vlkzxayttncw9zxywh9ghu06jcycegg","coins":[{"denom":"uguu","amount":"7943000000"}]},{"address":"ununifi1ngc9898qdeflerhp6k6nr0ydk9rm2ketapeqv6","coins":[{"denom":"uguu","amount":"7943000000"}]},{"address":"ununifi14vtlq3akmp84wmqayfaetnzfjdpm06s3mwmwtn","coins":[{"denom":"uguu","amount":"7943000000"}]},{"address":"ununifi1jhky9lnuztzuvcavl60lkslhuuq48gvvtwps57","coins":[{"denom":"uguu","amount":"7943000000"}]},{"address":"ununifi108vn5g8we8w4shuzy2uznld9r30ptg4vfvr7u0","coins":[{"denom":"uguu","amount":"7943000000"}]},{"address":"ununifi1dahxcc0ph2dhyyyzh66kqddp3m9n30h3yaczav","coins":[{"denom":"uguu","amount":"7943000000"}]},{"address":"ununifi1nr0knu6hymtsst823qf4m6f5z8ewjgs5nt7n9r","coins":[{"denom":"uguu","amount":"7943000000"}]},{"address":"ununifi1a567rg4dc0hg4ykqz84h695rp0z7nqdh0tpgm6","coins":[{"denom":"uguu","amount":"7943000000"}]},{"address":"ununifi1dumz24ehp8lpdenzj3z909wm3ejslmdg8htxpf","coins":[{"denom":"uguu","amount":"7943000000"}]},{"address":"ununifi1hktcz4tc9g8v29ej2a4u6xjgp2wzwfwq0z094a","coins":[{"denom":"uguu","amount":"7943000000"}]},{"address":"ununifi1za2t3fln4gqeypgstprxd58gpk6v7cpc9tt48s","coins":[{"denom":"uguu","amount":"7943000000"}]},{"address":"ununifi198qwll8ynsyg9j2frcjprjx0cm6h5c4y857f22","coins":[{"denom":"uguu","amount":"7943000000"}]},{"address":"ununifi15yh9dmdq2r8rz35l9zdnpwzuvdqvknr2d03z5x","coins":[{"denom":"uguu","amount":"7943000000"}]},{"address":"ununifi1t2qg9dhjf4ydes62qzz2zu70an54ww5qr7jwdz","coins":[{"denom":"uguu","amount":"7943000000"}]},{"address":"ununifi1sh0dkt8p8dn0r6y3y8semagvxt5xkddtt6xmvh","coins":[{"denom":"uguu","amount":"6170000000"}]},{"address":"ununifi1p9fm5rer25lzrl5k40zdhe72ewwvmhql99klll","coins":[{"denom":"uguu","amount":"200000000000"}]},{"address":"ununifi1dlgwtw7u80zvm8t0te46rrc2tmcqxfw7mc03r0","coins":[{"denom":"uguu","amount":"182628000000"}]},{"address":"ununifi1zvsuaa92tra27aq3dqqxfezv64vajlu03nscuf","coins":[{"denom":"uguu","amount":"30000000000"}]},{"address":"ununifi1qygjrj69j8vcescel7wftvntcpwsaxpvkzz5mx","coins":[{"denom":"uguu","amount":"1000000000"}]},{"address":"ununifi1eklc0a4ltvfxh2dsh4e7mypnmdvrgsl7fpgedx","coins":[{"denom":"uguu","amount":"1000000000"}]},{"address":"ununifi1x8d6g9kck623p6eyr2dcmw2wsjl997kvszz68w","coins":[{"denom":"uguu","amount":"98000000000"}]},{"address":"ununifi1h2h9zytcqml35wqtaa5pue83rfrq9xq3yet5sm","coins":[{"denom":"uguu","amount":"170000000000"}]},{"address":"ununifi1unssjdhfjvs4vccg5djnx0tcksu22v3mu6penr","coins":[{"denom":"uguu","amount":"90000000000"}]},{"address":"ununifi1yrh0ut44cv4n9zd6r9y6asfcttwjuhys30lavz","coins":[{"denom":"uguu","amount":"10000000000"}]},{"address":"ununifi1x8t7teyrgfs264c07p27n40emspcq2lvsxd0x5","coins":[{"denom":"uguu","amount":"100000000000"}]},{"address":"ununifi16l9hprx5w2vz760zjg9xffa3c4a8s8547f9q4f","coins":[{"denom":"ubtc","amount":"100000000"},{"denom":"uguu","amount":"1000000000000"}]}],"supply":[],"denom_metadata":[]},"capability":{"index":"1","owners":[]},"cdp":{"params":{"collateral_params":[{"auction_size":"50000000000","conversion_factor":"6","debt_limit":{"amount":"20000000000000","denom":"jpu"},"denom":"ubtc","liquidation_market_id":"ubtc:jpy:30","liquidation_penalty":"0.075000000000000000","liquidation_ratio":"1.500000000000000000","prefix":1,"spot_market_id":"ubtc:jpy","stability_fee":"1.000000001547125958","type":"ubtc-a","check_collateralization_index_count":"1000","keeper_reward_percentage":"0.000001"}],"debt_param":{"denom":"jpu","reference_asset":"jpy","conversion_factor":"6","debt_floor":"1"},"global_debt_limit":{"denom":"jpu","amount":"20000000000000"},"surplus_auction_threshold":"500000000000","surplus_auction_lot":"10000000000","debt_auction_threshold":"100000000000","debt_auction_lot":"10000000000","circuit_breaker":false},"cdps":[],"deposits":[],"starting_cdp_id":"1","debt_denom":"debt","gov_denom":"uguu","previous_accumulation_times":[],"total_principals":[]},"crisis":{"constant_fee":{"denom":"uguu","amount":"1000"}},"distribution":{"params":{"community_tax":"0.020000000000000000","base_proposer_reward":"0.010000000000000000","bonus_proposer_reward":"0.040000000000000000","withdraw_addr_enabled":true},"fee_pool":{"community_pool":[]},"delegator_withdraw_infos":[],"previous_proposer":"","outstanding_rewards":[],"validator_accumulated_commissions":[],"validator_historical_rewards":[],"validator_current_rewards":[],"delegator_starting_infos":[],"validator_slash_events":[]},"evidence":{"evidence":[]},"genutil":{"gen_txs":[{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"toko1631-test","identity":"toko1631-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1sh0dkt8p8dn0r6y3y8semagvxt5xkddtt6xmvh","validator_address":"ununifivaloper1sh0dkt8p8dn0r6y3y8semagvxt5xkddt7xnu6c","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"++tn0D28l4etoFFeVDZHeGw2yaFOmY3a4CCIdRRWigA="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"062655515d4c12de85018a69adb3fcdb790f7d51@ununifi.testnet.validator.toko1631.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AzIF2hupxaKonRaIGxtTrO/VpGVQcQa3uIbvgiFPUuad"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["+96ASVeTO93lwKoYQM91LxisYzn73BXnjkXwNk/o99wJtbGFIaLE6QpjmpTToV6q5g34Us0i62t1Qh5VlSA8Fg=="]},{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"tokyo-0-test","identity":"tokyo-0-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1hktcz4tc9g8v29ej2a4u6xjgp2wzwfwq0z094a","validator_address":"ununifivaloper1hktcz4tc9g8v29ej2a4u6xjgp2wzwfwq676zrj","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"OV30SZGbb5qV2i0XaweM1Aq+4mJa7td9mWnw5wTxXnQ="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"1357ac5cd92b215b05253b25d78cf485dd899d55@ununifi.testnet.validator.tokyo-0.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A1SOgAo4Nn6x+j2waV3fD3Rn76oDFZ3gGT3nYvI14xkd"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["f/8Y0o4VH4mQOImo0VuAnlwd+/8jYj6z301YAL+PAccY5Ooxqb0yJpuNhkiAhlycbiaaU2KQ86cIi1SscaQgVQ=="]},{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"tokyo-1-test","identity":"tokyo-1-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1za2t3fln4gqeypgstprxd58gpk6v7cpc9tt48s","validator_address":"ununifivaloper1za2t3fln4gqeypgstprxd58gpk6v7cpcsh7j3l","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"V0C2M1bKfazdRI6BWOz2+lVuU+0uqnT+hQUQXs3UayE="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"25006d6b85daeac2234bcb94dafaa73861b43ee3@ununifi.testnet.validator.tokyo-1.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AyJztdDsYlxv2J9y1eturgpDdWLxhzSGnOKSWWm+VK1b"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["yFjY9eA0wut2ckrwyZmNWjZpQMjfew5++rm7Q/IWE7tC9DWD0c3IBdQ1PdXWAQSOyv0UCzkrj/aw+65V9KdwLg=="]},{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"keyplayers01-test","identity":"keyplayers01-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1a567rg4dc0hg4ykqz84h695rp0z7nqdh0tpgm6","validator_address":"ununifivaloper1a567rg4dc0hg4ykqz84h695rp0z7nqdh6h50d4","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"Li4e/5nzR1wkEPYP0KcCXbOrC1n2YzRJA3jtDbY2Tno="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"320ec43486005c4022c8103b5087d851c4d544fe@ununifi.testnet.validator.keyplayers01.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Ak24lo2O4Xot+fy1lnMBtRXjhVZv0LshLQ/5AatCcYA1"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["ndwzYkTMgnJrMrCDDrC89gTBtAwKwe11zdlaSPkitm9yGpC02/RBj8Qa7fbTWgMbgn26+/TWorHSEmflG7EzxQ=="]},{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"keyplayers02-test","identity":"keyplayers02-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1dumz24ehp8lpdenzj3z909wm3ejslmdg8htxpf","validator_address":"ununifivaloper1dumz24ehp8lpdenzj3z909wm3ejslmdgjt7phx","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"0N9Rdm5bPBV2PJtnOZhprd+QZHksaFb94/zxjfpkwd0="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"65ae4a6e43abdb4bc4bc3ff830bdf8d4e889b4b6@ununifi.testnet.validator.keyplayers02.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Aki7CdH3nzsr68IQ2T7TGnJ+ktlt4gymwqT7BAzhCyko"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["ufIe8x5OG9j4hatEsbdONxls13qY1Fo7xN4e+VT1v1U/nAN5fXogklWVOTE9ry3PEm4ilS9/shX2u/F9DWTeiA=="]},{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"kurata0211-test","identity":"kurata0211-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1nr0knu6hymtsst823qf4m6f5z8ewjgs5nt7n9r","validator_address":"ununifivaloper1nr0knu6hymtsst823qf4m6f5z8ewjgs5xht5nv","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"db87Epta4q5pk9QKwO1U9iCBz4Iwf9aKGS7aPG78B5w="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"7257ef8f772c8e41a2b68fdb0340697b60b9c433@ununifi.testnet.validator.kurata0211.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AkbxYgNgmVV0g3N05foaX8No3tVWGE25a7jTpLevVGpd"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["tdAE4fzwZ96JS1YHCRD0duxoARUvlp5a3EDKRBTGPJgWL3XrxQ7emNVUCfMtlsDONXQAe8j2SOwO/0/XMWVnDg=="]},{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"tokyo-3-test","identity":"tokyo-3-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi15yh9dmdq2r8rz35l9zdnpwzuvdqvknr2d03z5x","validator_address":"ununifivaloper15yh9dmdq2r8rz35l9zdnpwzuvdqvknr2cny9zf","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"0ZJi2dHhAm9orxkidCZvvgFmtFKwAGYF0Jlw4zCVDlU="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"796c62bb2af411c140cf24ddc409dff76d9d61cf@ununifi.testnet.validator.tokyo-3.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A4CHjqucWREyf6e3p2zQzMOsid4bHtyiVH0Fb9bYf9sV"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["u3UKrxNOH/xHRYzsjhoN4ufJgVHnuq0KS3qFbZB/kjV366IxekCtlnJGITnXFDUJE2m4rirpf5fg0fKl1kS2iw=="]},{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"zofuku-tokyo-test","identity":"zofuku-tokyo-test","website":"https://zofuku.com","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi108vn5g8we8w4shuzy2uznld9r30ptg4vfvr7u0","validator_address":"ununifivaloper108vn5g8we8w4shuzy2uznld9r30ptg4vuske2q","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"a3ARRVQjesU4Ls4wFs+t8E0FLRdMwibohuag9GBABNI="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"85131e04b014f9fee85b805783080c4518521c54@ununifi.testnet.validator.zofuku-tokyo.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"ArzX/ULTXyveo7xp/wk7MSBkeAExdeNjfdtRN37Tiw7j"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["dMnzGETu8QOE+xNraBBcvwewIs9KTj+lyEyLDTF5yRpxuErTbj0O9yY67neyaaIvb1tLM8Nadurl0svUAQoWnw=="]},{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"chikako0903-test","identity":"chikako0903-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1dahxcc0ph2dhyyyzh66kqddp3m9n30h3yaczav","validator_address":"ununifivaloper1dahxcc0ph2dhyyyzh66kqddp3m9n30h33pd9tr","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"WjIBsTdz4L9jPmi2L6/j2nTWpGosyiiqPtpdXcfwlq8="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"afc260c54043b671a5b084f905b565da1c7595fd@ununifi.testnet.validator.chikako0930.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AlFxjbg/ZZYNYyXZrRIKL5P+57cPT6Np/0GmHMXLl8V5"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["6PP9dKvTVVT08jlbnpfB3Sf4y2WiuuplBJPx9MNsG7kme30WRZyuGeVVAR+KOb3jFFRfidAvtlIEiOMFokBX2w=="]},{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"cauchye-b-test","identity":"cauchye-b-test","website":"https://cauchye.com","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1ngc9898qdeflerhp6k6nr0ydk9rm2ketapeqv6","validator_address":"ununifivaloper1ngc9898qdeflerhp6k6nr0ydk9rm2ketgav864","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"ce1pbIJ0oqhLfYNeb4yEfzDk8GV5lcE8L/bfSMhgXyQ="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"b13e4681fd890b5ea7f3621cb4b6fe73ee0e5c34@b.test.ununifi.cauchye.net:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AnPRg5gG8T3AaP/yQmxucGh9jg/DQ/IlHTXOO9aJo8wA"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["70O2QaR84A5J2xfYBqkS+rQJXYbcB57Aj8Frl982irMYAHltKB2qEZGrgDWdKF92ghVuRgoiwmp8zZ7dXRt2Hw=="]},{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"zofuku-japan-test","identity":"zofuku-japan-test","website":"https://zofuku.com","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1jhky9lnuztzuvcavl60lkslhuuq48gvvtwps57","validator_address":"ununifivaloper1jhky9lnuztzuvcavl60lkslhuuq48gvv7j5hz3","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"NtGFlKimTvHhOmNAMk8LvAmt8KkyFqUEQHR3eWX6GgU="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"c858ea83ef8ad23db02744d4f0ce7e3f592b4d94@ununifi.testnet.validator.zofuku-japan.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Aj6rEex7o1sveLOR39eZ9OMNFt4veRF7PsQr4BYNn8Pi"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["MY2WGwLSsObWXPg1PCdpkOSCBDCzHW8NtmzYRhpUVSxVeNyGcBhV+E+2FzDWZmxUv1owJs/dHuPDl02ClYRh3g=="]},{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"tokyo-2-test","identity":"tokyo-2-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi198qwll8ynsyg9j2frcjprjx0cm6h5c4y857f22","validator_address":"ununifivaloper198qwll8ynsyg9j2frcjprjx0cm6h5c4yjgtwu9","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"ZtOITEEdc+wiJk+OW3YkR2aIbuqTNTHXTLuwb9hBsg0="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"caf792ed396dd7e737574a030ae8eabe19ecdf5c@ununifi.testnet.validator.tokyo-2.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Az/cAj639SSePxA8UBLGarC3mwKeUrDp+dOZfnVN7yyV"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["SvjayvhOGBA/6YSS2mspWykt7uw6/CQh1oRmpAGV60QjPreFvDz2cU0YHPxurkxJ99mEbIwmAQrzZ6J/3jvnxQ=="]},{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"tokyo-4-test","identity":"tokyo-4-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1t2qg9dhjf4ydes62qzz2zu70an54ww5qr7jwdz","validator_address":"ununifivaloper1t2qg9dhjf4ydes62qzz2zu70an54ww5qkz8fmd","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"11BScaUkzgPUrZHBCx/PlBDOZY+e+9HV5wgHhtbrIow="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"cea8d05b6e01188cf6481c55b7d1bc2f31de0eed@ununifi.testnet.validator.tokyo-4.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AoVd1bMfU4qY4i4xDCEzuBKV/zTFrktdf7+VLHUqH3iD"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["2JNWWSsbTg7cywuLiElPl078AZQpMA1VGYSTTumB7cUdk031FgbsWL0NrCw1TKIaD89qKU5BL+tn76bgK1ovCg=="]},{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"cauchye-a-test","identity":"cauchye-a-test","website":"https://cauchye.com","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1gcn8y49vlkzxayttncw9zxywh9ghu06jcycegg","validator_address":"ununifivaloper1gcn8y49vlkzxayttncw9zxywh9ghu06jdcd778","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"eSw9xbyxWskGMonySIhRLsWp9/iTwcnme9tWVT5yAWc="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"de321a535a5334268890940fa41429e3a0f9586a@a.test.ununifi.cauchye.net:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AtnQ6SzUkYRQXm0Y/3+2Sh4n55mbvW5rzRP8abOwCc5y"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["g8YspjA86873CqMf2+dTH+0DmfR1w2Dt0weTJwearcBMnJ24Z+cJydeuNr/aP4deXyIn9P0pdLNowTwdj+Qm/w=="]},{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"genio01-test","identity":"genio01-test","website":"https://polkadot-coin.jp","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi14vtlq3akmp84wmqayfaetnzfjdpm06s3mwmwtn","validator_address":"ununifivaloper14vtlq3akmp84wmqayfaetnzfjdpm06s3wjwfau","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"Q0OmaDlA07vIsAY83w16NfgLBgNQ4VlZSANEVNa5lA8="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"fe482d2bf89681d5684269e351b23e7ff3ba4b41@ununifi.testnet.validator.genio01.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AgqiUyZhEMAzTlexa1Fi+xdWcfjQ2fSolGH34cRtPTRp"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["I222o/4ff0Mheji6E9VIbKBgCOeMCNhSs1K3tAhGGnsANXCk48XZiDBHm2bGrPwjdWB4QbHeYozJnVCyQWPUzA=="]}]},"gov":{"starting_proposal_id":"1","deposits":[],"votes":[],"proposals":[],"deposit_params":{"min_deposit":[{"denom":"uguu","amount":"10000000"}],"max_deposit_period":"172800s"},"voting_params":{"voting_period":"172800s"},"tally_params":{"quorum":"0.334000000000000000","threshold":"0.500000000000000000","veto_threshold":"0.334000000000000000"}},"ibc":{"client_genesis":{"clients":[],"clients_consensus":[],"clients_metadata":[],"params":{"allowed_clients":["06-solomachine","07-tendermint"]},"create_localhost":false,"next_client_sequence":"0"},"connection_genesis":{"connections":[],"client_connection_paths":[],"next_connection_sequence":"0"},"channel_genesis":{"channels":[],"acknowledgements":[],"commitments":[],"receipts":[],"send_sequences":[],"recv_sequences":[],"ack_sequences":[],"next_channel_sequence":"0"}},"incentive":{"params":{"cdp_minting_reward_periods":[],"claim_multipliers":[],"claim_end":"1970-01-01T00:00:01Z"},"cdp_accumulation_times":[],"cdp_minting_claims":[],"denoms":{"principal_denom":"jpu","cdp_minting_reward_denom":"uguu"}},"liquidity":{"params":{"pool_types":[{"id":1,"name":"StandardLiquidityPool","min_reserve_coin_num":2,"max_reserve_coin_num":2,"description":"Standard liquidity pool with pool price function X/Y, ESPM constraint, and two kinds of reserve coins"}],"min_init_deposit_amount":"1000000","init_pool_coin_mint_amount":"1000000","max_reserve_coin_amount":"0","pool_creation_fee":[{"denom":"stake","amount":"40000000"}],"swap_fee_rate":"0.003000000000000000","withdraw_fee_rate":"0.000000000000000000","max_order_amount_ratio":"0.100000000000000000","unit_batch_height":1,"circuit_breaker_enabled":false},"pool_records":[]},"mint":{"minter":{"inflation":"0.130000000000000000","annual_provisions":"0.000000000000000000"},"params":{"mint_denom":"uguu","inflation_rate_change":"0.130000000000000000","inflation_max":"0.200000000000000000","inflation_min":"0.070000000000000000","goal_bonded":"0.670000000000000000","blocks_per_year":"6311520"}},"params":null,"pricefeed":{"params":{"markets":[{"market_id":"ubtc:jpy","base_asset":"ubtc","quote_asset":"jpy","oracles":["ununifi1qygjrj69j8vcescel7wftvntcpwsaxpvkzz5mx","ununifi1eklc0a4ltvfxh2dsh4e7mypnmdvrgsl7fpgedx"],"active":true},{"market_id":"ubtc:jpy:30","base_asset":"ubtc","quote_asset":"jpy","oracles":["ununifi1qygjrj69j8vcescel7wftvntcpwsaxpvkzz5mx","ununifi1eklc0a4ltvfxh2dsh4e7mypnmdvrgsl7fpgedx"],"active":true}]},"posted_prices":[]},"slashing":{"params":{"signed_blocks_window":"100","min_signed_per_window":"0.500000000000000000","downtime_jail_duration":"600s","slash_fraction_double_sign":"0.050000000000000000","slash_fraction_downtime":"0.010000000000000000"},"signing_infos":[],"missed_blocks":[]},"staking":{"params":{"unbonding_time":"1814400s","max_validators":100,"max_entries":7,"historical_entries":10000,"bond_denom":"uguu"},"last_total_power":"0","last_validator_powers":[],"validators":[],"delegations":[],"unbonding_delegations":[],"redelegations":[],"exported":false},"transfer":{"port_id":"transfer","denom_traces":[],"params":{"send_enabled":false,"receive_enabled":false}},"ununifidist":{"params":{"active":false,"periods":[]},"previous_block_time":"1970-01-01T00:00:01Z","gov_denom":"uguu"},"upgrade":{},"vesting":{}}} \ No newline at end of file diff --git a/launch/ununifi-6-test/gentx-062655515d4c12de85018a69adb3fcdb790f7d51.json b/launch/ununifi-6-test/gentx-062655515d4c12de85018a69adb3fcdb790f7d51.json new file mode 100644 index 000000000..d14cfcb65 --- /dev/null +++ b/launch/ununifi-6-test/gentx-062655515d4c12de85018a69adb3fcdb790f7d51.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"toko1631-test","identity":"toko1631-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1sh0dkt8p8dn0r6y3y8semagvxt5xkddtt6xmvh","validator_address":"ununifivaloper1sh0dkt8p8dn0r6y3y8semagvxt5xkddt7xnu6c","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"++tn0D28l4etoFFeVDZHeGw2yaFOmY3a4CCIdRRWigA="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"062655515d4c12de85018a69adb3fcdb790f7d51@ununifi.testnet.validator.toko1631.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AzIF2hupxaKonRaIGxtTrO/VpGVQcQa3uIbvgiFPUuad"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["+96ASVeTO93lwKoYQM91LxisYzn73BXnjkXwNk/o99wJtbGFIaLE6QpjmpTToV6q5g34Us0i62t1Qh5VlSA8Fg=="]} diff --git a/launch/ununifi-6-test/gentx-1357ac5cd92b215b05253b25d78cf485dd899d55.json b/launch/ununifi-6-test/gentx-1357ac5cd92b215b05253b25d78cf485dd899d55.json new file mode 100644 index 000000000..0af2b74db --- /dev/null +++ b/launch/ununifi-6-test/gentx-1357ac5cd92b215b05253b25d78cf485dd899d55.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"tokyo-0-test","identity":"tokyo-0-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1hktcz4tc9g8v29ej2a4u6xjgp2wzwfwq0z094a","validator_address":"ununifivaloper1hktcz4tc9g8v29ej2a4u6xjgp2wzwfwq676zrj","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"OV30SZGbb5qV2i0XaweM1Aq+4mJa7td9mWnw5wTxXnQ="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"1357ac5cd92b215b05253b25d78cf485dd899d55@ununifi.testnet.validator.tokyo-0.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A1SOgAo4Nn6x+j2waV3fD3Rn76oDFZ3gGT3nYvI14xkd"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["f/8Y0o4VH4mQOImo0VuAnlwd+/8jYj6z301YAL+PAccY5Ooxqb0yJpuNhkiAhlycbiaaU2KQ86cIi1SscaQgVQ=="]} diff --git a/launch/ununifi-6-test/gentx-25006d6b85daeac2234bcb94dafaa73861b43ee3.json b/launch/ununifi-6-test/gentx-25006d6b85daeac2234bcb94dafaa73861b43ee3.json new file mode 100644 index 000000000..40d4f33d5 --- /dev/null +++ b/launch/ununifi-6-test/gentx-25006d6b85daeac2234bcb94dafaa73861b43ee3.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"tokyo-1-test","identity":"tokyo-1-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1za2t3fln4gqeypgstprxd58gpk6v7cpc9tt48s","validator_address":"ununifivaloper1za2t3fln4gqeypgstprxd58gpk6v7cpcsh7j3l","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"V0C2M1bKfazdRI6BWOz2+lVuU+0uqnT+hQUQXs3UayE="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"25006d6b85daeac2234bcb94dafaa73861b43ee3@ununifi.testnet.validator.tokyo-1.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AyJztdDsYlxv2J9y1eturgpDdWLxhzSGnOKSWWm+VK1b"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["yFjY9eA0wut2ckrwyZmNWjZpQMjfew5++rm7Q/IWE7tC9DWD0c3IBdQ1PdXWAQSOyv0UCzkrj/aw+65V9KdwLg=="]} diff --git a/launch/ununifi-6-test/gentx-320ec43486005c4022c8103b5087d851c4d544fe.json b/launch/ununifi-6-test/gentx-320ec43486005c4022c8103b5087d851c4d544fe.json new file mode 100644 index 000000000..3ea6e11d6 --- /dev/null +++ b/launch/ununifi-6-test/gentx-320ec43486005c4022c8103b5087d851c4d544fe.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"keyplayers01-test","identity":"keyplayers01-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1a567rg4dc0hg4ykqz84h695rp0z7nqdh0tpgm6","validator_address":"ununifivaloper1a567rg4dc0hg4ykqz84h695rp0z7nqdh6h50d4","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"Li4e/5nzR1wkEPYP0KcCXbOrC1n2YzRJA3jtDbY2Tno="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"320ec43486005c4022c8103b5087d851c4d544fe@ununifi.testnet.validator.keyplayers01.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Ak24lo2O4Xot+fy1lnMBtRXjhVZv0LshLQ/5AatCcYA1"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["ndwzYkTMgnJrMrCDDrC89gTBtAwKwe11zdlaSPkitm9yGpC02/RBj8Qa7fbTWgMbgn26+/TWorHSEmflG7EzxQ=="]} diff --git a/launch/ununifi-6-test/gentx-65ae4a6e43abdb4bc4bc3ff830bdf8d4e889b4b6.json b/launch/ununifi-6-test/gentx-65ae4a6e43abdb4bc4bc3ff830bdf8d4e889b4b6.json new file mode 100644 index 000000000..45d608fdb --- /dev/null +++ b/launch/ununifi-6-test/gentx-65ae4a6e43abdb4bc4bc3ff830bdf8d4e889b4b6.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"keyplayers02-test","identity":"keyplayers02-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1dumz24ehp8lpdenzj3z909wm3ejslmdg8htxpf","validator_address":"ununifivaloper1dumz24ehp8lpdenzj3z909wm3ejslmdgjt7phx","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"0N9Rdm5bPBV2PJtnOZhprd+QZHksaFb94/zxjfpkwd0="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"65ae4a6e43abdb4bc4bc3ff830bdf8d4e889b4b6@ununifi.testnet.validator.keyplayers02.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Aki7CdH3nzsr68IQ2T7TGnJ+ktlt4gymwqT7BAzhCyko"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["ufIe8x5OG9j4hatEsbdONxls13qY1Fo7xN4e+VT1v1U/nAN5fXogklWVOTE9ry3PEm4ilS9/shX2u/F9DWTeiA=="]} diff --git a/launch/ununifi-6-test/gentx-7257ef8f772c8e41a2b68fdb0340697b60b9c433.json b/launch/ununifi-6-test/gentx-7257ef8f772c8e41a2b68fdb0340697b60b9c433.json new file mode 100644 index 000000000..36e94faff --- /dev/null +++ b/launch/ununifi-6-test/gentx-7257ef8f772c8e41a2b68fdb0340697b60b9c433.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"kurata0211-test","identity":"kurata0211-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1nr0knu6hymtsst823qf4m6f5z8ewjgs5nt7n9r","validator_address":"ununifivaloper1nr0knu6hymtsst823qf4m6f5z8ewjgs5xht5nv","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"db87Epta4q5pk9QKwO1U9iCBz4Iwf9aKGS7aPG78B5w="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"7257ef8f772c8e41a2b68fdb0340697b60b9c433@ununifi.testnet.validator.kurata0211.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AkbxYgNgmVV0g3N05foaX8No3tVWGE25a7jTpLevVGpd"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["tdAE4fzwZ96JS1YHCRD0duxoARUvlp5a3EDKRBTGPJgWL3XrxQ7emNVUCfMtlsDONXQAe8j2SOwO/0/XMWVnDg=="]} diff --git a/launch/ununifi-6-test/gentx-796c62bb2af411c140cf24ddc409dff76d9d61cf.json b/launch/ununifi-6-test/gentx-796c62bb2af411c140cf24ddc409dff76d9d61cf.json new file mode 100644 index 000000000..68c85cc88 --- /dev/null +++ b/launch/ununifi-6-test/gentx-796c62bb2af411c140cf24ddc409dff76d9d61cf.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"tokyo-3-test","identity":"tokyo-3-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi15yh9dmdq2r8rz35l9zdnpwzuvdqvknr2d03z5x","validator_address":"ununifivaloper15yh9dmdq2r8rz35l9zdnpwzuvdqvknr2cny9zf","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"0ZJi2dHhAm9orxkidCZvvgFmtFKwAGYF0Jlw4zCVDlU="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"796c62bb2af411c140cf24ddc409dff76d9d61cf@ununifi.testnet.validator.tokyo-3.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A4CHjqucWREyf6e3p2zQzMOsid4bHtyiVH0Fb9bYf9sV"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["u3UKrxNOH/xHRYzsjhoN4ufJgVHnuq0KS3qFbZB/kjV366IxekCtlnJGITnXFDUJE2m4rirpf5fg0fKl1kS2iw=="]} diff --git a/launch/ununifi-6-test/gentx-85131e04b014f9fee85b805783080c4518521c54.json b/launch/ununifi-6-test/gentx-85131e04b014f9fee85b805783080c4518521c54.json new file mode 100644 index 000000000..52241c42b --- /dev/null +++ b/launch/ununifi-6-test/gentx-85131e04b014f9fee85b805783080c4518521c54.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"zofuku-tokyo-test","identity":"zofuku-tokyo-test","website":"https://zofuku.com","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi108vn5g8we8w4shuzy2uznld9r30ptg4vfvr7u0","validator_address":"ununifivaloper108vn5g8we8w4shuzy2uznld9r30ptg4vuske2q","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"a3ARRVQjesU4Ls4wFs+t8E0FLRdMwibohuag9GBABNI="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"85131e04b014f9fee85b805783080c4518521c54@ununifi.testnet.validator.zofuku-tokyo.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"ArzX/ULTXyveo7xp/wk7MSBkeAExdeNjfdtRN37Tiw7j"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["dMnzGETu8QOE+xNraBBcvwewIs9KTj+lyEyLDTF5yRpxuErTbj0O9yY67neyaaIvb1tLM8Nadurl0svUAQoWnw=="]} diff --git a/launch/ununifi-6-test/gentx-afc260c54043b671a5b084f905b565da1c7595fd.json b/launch/ununifi-6-test/gentx-afc260c54043b671a5b084f905b565da1c7595fd.json new file mode 100644 index 000000000..cdc01e6cb --- /dev/null +++ b/launch/ununifi-6-test/gentx-afc260c54043b671a5b084f905b565da1c7595fd.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"chikako0903-test","identity":"chikako0903-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1dahxcc0ph2dhyyyzh66kqddp3m9n30h3yaczav","validator_address":"ununifivaloper1dahxcc0ph2dhyyyzh66kqddp3m9n30h33pd9tr","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"WjIBsTdz4L9jPmi2L6/j2nTWpGosyiiqPtpdXcfwlq8="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"afc260c54043b671a5b084f905b565da1c7595fd@ununifi.testnet.validator.chikako0930.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AlFxjbg/ZZYNYyXZrRIKL5P+57cPT6Np/0GmHMXLl8V5"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["6PP9dKvTVVT08jlbnpfB3Sf4y2WiuuplBJPx9MNsG7kme30WRZyuGeVVAR+KOb3jFFRfidAvtlIEiOMFokBX2w=="]} diff --git a/launch/ununifi-6-test/gentx-b13e4681fd890b5ea7f3621cb4b6fe73ee0e5c34.json b/launch/ununifi-6-test/gentx-b13e4681fd890b5ea7f3621cb4b6fe73ee0e5c34.json new file mode 100644 index 000000000..8014e946c --- /dev/null +++ b/launch/ununifi-6-test/gentx-b13e4681fd890b5ea7f3621cb4b6fe73ee0e5c34.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"cauchye-b-test","identity":"cauchye-b-test","website":"https://cauchye.com","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1ngc9898qdeflerhp6k6nr0ydk9rm2ketapeqv6","validator_address":"ununifivaloper1ngc9898qdeflerhp6k6nr0ydk9rm2ketgav864","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"ce1pbIJ0oqhLfYNeb4yEfzDk8GV5lcE8L/bfSMhgXyQ="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"b13e4681fd890b5ea7f3621cb4b6fe73ee0e5c34@b.test.ununifi.cauchye.net:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AnPRg5gG8T3AaP/yQmxucGh9jg/DQ/IlHTXOO9aJo8wA"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["70O2QaR84A5J2xfYBqkS+rQJXYbcB57Aj8Frl982irMYAHltKB2qEZGrgDWdKF92ghVuRgoiwmp8zZ7dXRt2Hw=="]} diff --git a/launch/ununifi-6-test/gentx-c858ea83ef8ad23db02744d4f0ce7e3f592b4d94.json b/launch/ununifi-6-test/gentx-c858ea83ef8ad23db02744d4f0ce7e3f592b4d94.json new file mode 100644 index 000000000..e563520f6 --- /dev/null +++ b/launch/ununifi-6-test/gentx-c858ea83ef8ad23db02744d4f0ce7e3f592b4d94.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"zofuku-japan-test","identity":"zofuku-japan-test","website":"https://zofuku.com","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1jhky9lnuztzuvcavl60lkslhuuq48gvvtwps57","validator_address":"ununifivaloper1jhky9lnuztzuvcavl60lkslhuuq48gvv7j5hz3","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"NtGFlKimTvHhOmNAMk8LvAmt8KkyFqUEQHR3eWX6GgU="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"c858ea83ef8ad23db02744d4f0ce7e3f592b4d94@ununifi.testnet.validator.zofuku-japan.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Aj6rEex7o1sveLOR39eZ9OMNFt4veRF7PsQr4BYNn8Pi"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["MY2WGwLSsObWXPg1PCdpkOSCBDCzHW8NtmzYRhpUVSxVeNyGcBhV+E+2FzDWZmxUv1owJs/dHuPDl02ClYRh3g=="]} diff --git a/launch/ununifi-6-test/gentx-caf792ed396dd7e737574a030ae8eabe19ecdf5c.json b/launch/ununifi-6-test/gentx-caf792ed396dd7e737574a030ae8eabe19ecdf5c.json new file mode 100644 index 000000000..43a361acd --- /dev/null +++ b/launch/ununifi-6-test/gentx-caf792ed396dd7e737574a030ae8eabe19ecdf5c.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"tokyo-2-test","identity":"tokyo-2-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi198qwll8ynsyg9j2frcjprjx0cm6h5c4y857f22","validator_address":"ununifivaloper198qwll8ynsyg9j2frcjprjx0cm6h5c4yjgtwu9","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"ZtOITEEdc+wiJk+OW3YkR2aIbuqTNTHXTLuwb9hBsg0="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"caf792ed396dd7e737574a030ae8eabe19ecdf5c@ununifi.testnet.validator.tokyo-2.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Az/cAj639SSePxA8UBLGarC3mwKeUrDp+dOZfnVN7yyV"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["SvjayvhOGBA/6YSS2mspWykt7uw6/CQh1oRmpAGV60QjPreFvDz2cU0YHPxurkxJ99mEbIwmAQrzZ6J/3jvnxQ=="]} diff --git a/launch/ununifi-6-test/gentx-cea8d05b6e01188cf6481c55b7d1bc2f31de0eed.json b/launch/ununifi-6-test/gentx-cea8d05b6e01188cf6481c55b7d1bc2f31de0eed.json new file mode 100644 index 000000000..9c98bf22d --- /dev/null +++ b/launch/ununifi-6-test/gentx-cea8d05b6e01188cf6481c55b7d1bc2f31de0eed.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"tokyo-4-test","identity":"tokyo-4-test","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1t2qg9dhjf4ydes62qzz2zu70an54ww5qr7jwdz","validator_address":"ununifivaloper1t2qg9dhjf4ydes62qzz2zu70an54ww5qkz8fmd","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"11BScaUkzgPUrZHBCx/PlBDOZY+e+9HV5wgHhtbrIow="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"cea8d05b6e01188cf6481c55b7d1bc2f31de0eed@ununifi.testnet.validator.tokyo-4.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AoVd1bMfU4qY4i4xDCEzuBKV/zTFrktdf7+VLHUqH3iD"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["2JNWWSsbTg7cywuLiElPl078AZQpMA1VGYSTTumB7cUdk031FgbsWL0NrCw1TKIaD89qKU5BL+tn76bgK1ovCg=="]} diff --git a/launch/ununifi-6-test/gentx-de321a535a5334268890940fa41429e3a0f9586a.json b/launch/ununifi-6-test/gentx-de321a535a5334268890940fa41429e3a0f9586a.json new file mode 100644 index 000000000..4f2daa29d --- /dev/null +++ b/launch/ununifi-6-test/gentx-de321a535a5334268890940fa41429e3a0f9586a.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"cauchye-a-test","identity":"cauchye-a-test","website":"https://cauchye.com","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi1gcn8y49vlkzxayttncw9zxywh9ghu06jcycegg","validator_address":"ununifivaloper1gcn8y49vlkzxayttncw9zxywh9ghu06jdcd778","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"eSw9xbyxWskGMonySIhRLsWp9/iTwcnme9tWVT5yAWc="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"de321a535a5334268890940fa41429e3a0f9586a@a.test.ununifi.cauchye.net:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AtnQ6SzUkYRQXm0Y/3+2Sh4n55mbvW5rzRP8abOwCc5y"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["g8YspjA86873CqMf2+dTH+0DmfR1w2Dt0weTJwearcBMnJ24Z+cJydeuNr/aP4deXyIn9P0pdLNowTwdj+Qm/w=="]} diff --git a/launch/ununifi-6-test/gentx-fe482d2bf89681d5684269e351b23e7ff3ba4b41.json b/launch/ununifi-6-test/gentx-fe482d2bf89681d5684269e351b23e7ff3ba4b41.json new file mode 100644 index 000000000..bf7134c78 --- /dev/null +++ b/launch/ununifi-6-test/gentx-fe482d2bf89681d5684269e351b23e7ff3ba4b41.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"genio01-test","identity":"genio01-test","website":"https://polkadot-coin.jp","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"ununifi14vtlq3akmp84wmqayfaetnzfjdpm06s3mwmwtn","validator_address":"ununifivaloper14vtlq3akmp84wmqayfaetnzfjdpm06s3wjwfau","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"Q0OmaDlA07vIsAY83w16NfgLBgNQ4VlZSANEVNa5lA8="},"value":{"denom":"uguu","amount":"5000000000"}}],"memo":"fe482d2bf89681d5684269e351b23e7ff3ba4b41@ununifi.testnet.validator.genio01.neukind.network:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AgqiUyZhEMAzTlexa1Fi+xdWcfjQ2fSolGH34cRtPTRp"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["I222o/4ff0Mheji6E9VIbKBgCOeMCNhSs1K3tAhGGnsANXCk48XZiDBHm2bGrPwjdWB4QbHeYozJnVCyQWPUzA=="]} From bfda7c70bee63218f97e006e49001611bea3b26d Mon Sep 17 00:00:00 2001 From: YasunoriMATSUOKA Date: Mon, 20 Dec 2021 19:02:39 +0900 Subject: [PATCH 4/5] fix: readme --- README.md | 8 ++++---- docs/README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 93e8c7d10..3e33f1fa8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# JPYX +# UnUniFi -The Docker image will be automatically built by Docker Hub when releases are created. +The Docker image will be automatically built by GitHub Container Registry when releases are created. ## Install @@ -69,7 +69,7 @@ vi /etc/systemd/system/ununifid.service ```txt [Unit] -Description=JPYX Node +Description=UnUniFi Node After=network-online.target [Service] @@ -92,6 +92,6 @@ systemctl enable ununifid Forked from [Kava](github.com/Kava-Labs/kava). Thanks Kava Team. -Copyright © LCNEM, Inc. All rights reserved. +Copyright © CauchyE, Inc. All rights reserved. Licensed under the [Apache v2 License](LICENSE.md). diff --git a/docs/README.md b/docs/README.md index 93afa0c03..8e4ccde56 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -# JPYX documentation +# UnUniFi documentation ## Environment From 949799abbaa96c8b14a7c8d7e52ae6948d678387 Mon Sep 17 00:00:00 2001 From: YasunoriMATSUOKA Date: Mon, 20 Dec 2021 19:40:10 +0900 Subject: [PATCH 5/5] fix: copyright --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e33f1fa8..4aac33a08 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,6 @@ systemctl enable ununifid Forked from [Kava](github.com/Kava-Labs/kava). Thanks Kava Team. -Copyright © CauchyE, Inc. All rights reserved. +Copyright © UnUniFi development team. All rights reserved. Licensed under the [Apache v2 License](LICENSE.md).