Skip to content

Commit

Permalink
fix: Update titus genesis.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbazn committed Jul 20, 2023
1 parent d6c5cf4 commit e3b2a69
Showing 1 changed file with 43 additions and 29 deletions.
72 changes: 43 additions & 29 deletions ci/titus-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apiVersion: v1
data:
genesis.json: |-
{
"genesis_time": "2022-11-10T09:33:57.594662Z",
"genesis_time": "2023-07-20T15:18:09.56703Z",
"chain_id": "titus-1",
"initial_height": "1",
"consensus_params": {
Expand Down Expand Up @@ -63,14 +63,14 @@ data:
"accounts": [
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "archway1kctj9jjlqs6hh6lq4vlgefmr38t5cfgk26ew3h",
"address": "archway1p39w0esqk40pnfe026tcvz76mhf2dcyvf4sdaa",
"pub_key": null,
"account_number": "0",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "archway1y2cgf0y6qkjz0cjdhss6lrsg79gl4uhx67cypx",
"address": "archway1x6rev9dy04gxlkapv0k3r5c4kwzcdd24hmld86",
"pub_key": null,
"account_number": "0",
"sequence": "0"
Expand All @@ -87,28 +87,28 @@ data:
},
"balances": [
{
"address": "archway1y2cgf0y6qkjz0cjdhss6lrsg79gl4uhx67cypx",
"address": "archway1p39w0esqk40pnfe026tcvz76mhf2dcyvf4sdaa",
"coins": [
{
"denom": "utitus",
"amount": "100000000000000"
"denom": "atitus",
"amount": "100000000000000000000000000"
}
]
},
{
"address": "archway1kctj9jjlqs6hh6lq4vlgefmr38t5cfgk26ew3h",
"address": "archway1x6rev9dy04gxlkapv0k3r5c4kwzcdd24hmld86",
"coins": [
{
"denom": "utitus",
"amount": "900000000000000"
"denom": "atitus",
"amount": "900000000000000000000000000"
}
]
}
],
"supply": [
{
"denom": "utitus",
"amount": "1000000000000000"
"denom": "atitus",
"amount": "1000000000000000000000000000"
}
],
"denom_metadata": []
Expand All @@ -119,7 +119,7 @@ data:
},
"crisis": {
"constant_fee": {
"denom": "utitus",
"denom": "atitus",
"amount": "1000"
}
},
Expand Down Expand Up @@ -148,6 +148,16 @@ data:
"feegrant": {
"allowances": []
},
"feeibc": {
"identified_fees": [],
"fee_enabled_channels": [],
"registered_payees": [],
"registered_counterparty_payees": [],
"forward_relayers": []
},
"genmsg": {
"messages": []
},
"genutil": {
"gen_txs": [
{
Expand All @@ -156,7 +166,7 @@ data:
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "philabs",
"moniker": "Archway",
"identity": "",
"website": "",
"security_contact": "",
Expand All @@ -168,19 +178,19 @@ data:
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "archway1kctj9jjlqs6hh6lq4vlgefmr38t5cfgk26ew3h",
"validator_address": "archwayvaloper1kctj9jjlqs6hh6lq4vlgefmr38t5cfgk27svu7",
"delegator_address": "archway1p39w0esqk40pnfe026tcvz76mhf2dcyvf4sdaa",
"validator_address": "archwayvaloper1p39w0esqk40pnfe026tcvz76mhf2dcyvf3e0s5",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "NcWP7IbHCVzv8D/HqOjKClxhTpI/Wi1vcwmXz6XnUa0="
"key": "d+gnlidoYFrxA5yrucvrUj7GR2cVc0V/TMdp7MYX/Og="
},
"value": {
"denom": "utitus",
"amount": "900000000000000"
"denom": "atitus",
"amount": "1000000000000000000000000"
}
}
],
"memo": "ac16c5a1edefd6712a0d57bc953cf3b9bf61a999@192.168.0.27:26656",
"memo": "666eb5726ec787f020e1d36c10a28402611d7bb1@192.168.0.27:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
Expand All @@ -190,7 +200,7 @@ data:
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "AoeNMGFpbPDp63COmoy5DNoheboP0lQawofikELygCCa"
"key": "AxULkLEHGQA0UIjXbN739g0m7udhpCbwDtIxtBSRDvfU"
},
"mode_info": {
"single": {
Expand All @@ -201,14 +211,19 @@ data:
}
],
"fee": {
"amount": [],
"amount": [
{
"denom": "atitus",
"amount": "180000000000000000"
}
],
"gas_limit": "200000",
"payer": "",
"granter": ""
}
},
"signatures": [
"D/CQo/CQtcA+2AVVV0l9K8Jx+4Cp7qkGuR/fKnbQK9RAfYgPjbB6GCSVZLzFo69Ur2ysRU+sX6bWZzCOGbQMNQ=="
"/OXbBNNIcj88ZzihhRbQqDZwCIJ1U2DRVcSltZMy98wGElwCD4RAoPUvzCxB3HZ82ZfCzwmAbKwh9XTlyOANKQ=="
]
}
]
Expand All @@ -221,7 +236,7 @@ data:
"deposit_params": {
"min_deposit": [
{
"denom": "utitus",
"denom": "atitus",
"amount": "10000000"
}
],
Expand Down Expand Up @@ -275,7 +290,7 @@ data:
"annual_provisions": "0.000000000000000000"
},
"params": {
"mint_denom": "utitus",
"mint_denom": "atitus",
"inflation_rate_change": "0.130000000000000000",
"inflation_max": "0.100000000000000000",
"inflation_min": "0.100000000000000000",
Expand All @@ -290,15 +305,15 @@ data:
"tx_fee_rebate_ratio": "0.500000000000000000",
"max_withdraw_records": "25000",
"min_price_of_gas": {
"denom": "utitus",
"denom": "atitus",
"amount": "0.000000000000000000"
}
},
"contracts_metadata": [],
"block_rewards": [],
"tx_rewards": [],
"min_consensus_fee": {
"denom": "utitus",
"denom": "atitus",
"amount": "0"
},
"rewards_record_last_id": "0",
Expand All @@ -322,7 +337,7 @@ data:
"max_validators": 100,
"max_entries": 7,
"historical_entries": 10000,
"bond_denom": "utitus"
"bond_denom": "atitus"
},
"last_total_power": "0",
"last_validator_powers": [],
Expand Down Expand Up @@ -359,8 +374,7 @@ data:
},
"codes": [],
"contracts": [],
"sequences": [],
"gen_msgs": []
"sequences": []
}
}
}
Expand Down

0 comments on commit e3b2a69

Please sign in to comment.