Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update titus genesis.json #424

Merged
merged 3 commits into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Contains all the PRs that improved the code without changing the behaviours.

## [Unreleased]

### Fixed

- [#424](https://github.com/archway-network/archway/pull/424) - Update titus to v2.0.0

### Added

- [#419](https://github.com/archway-network/archway/pull/419) - Run localnet via make
Expand Down
117 changes: 75 additions & 42 deletions ci/titus-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ apiVersion: v1
data:
genesis.json: |-
{
"genesis_time": "2022-11-10T09:33:57.594662Z",
"genesis_time": "2023-07-25T15:11:02.798902Z",
"chain_id": "titus-1",
"initial_height": "1",
"consensus_params": {
"block": {
"max_bytes": "22020096",
"max_gas": "1000000000",
"max_gas": "-1",
"time_iota_ms": "1000"
},
"evidence": {
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,31 +166,31 @@ data:
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "philabs",
"moniker": "Archway",
"identity": "",
"website": "",
"security_contact": "",
"details": ""
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
"rate": "0.010000000000000000",
"max_rate": "0.100000000000000000",
"max_change_rate": "0.100000000000000000"
},
"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": "B5Akm9LOZy5NIk2PxrB3S2UgVVkvjVsPoW6Aj99no0U="
},
"value": {
"denom": "utitus",
"amount": "900000000000000"
"denom": "atitus",
"amount": "1000000000000000000000000"
}
}
],
"memo": "ac16c5a1edefd6712a0d57bc953cf3b9bf61a999@192.168.0.27:26656",
"memo": "5f630395ac7754e2dccfc5400d22402a35203ee6@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=="
"UMPN0e5LG15p2VpqHOUQB8ZVydRpCvp/JrYkeLpRZ4xcOIFbjE+YlzUx8rvHYIVA2nKib5V3wtGDEF1fmIEGKA=="
]
}
]
Expand All @@ -221,7 +236,7 @@ data:
"deposit_params": {
"min_deposit": [
{
"denom": "utitus",
"denom": "atitus",
"amount": "10000000"
}
],
Expand Down Expand Up @@ -269,16 +284,35 @@ data:
"next_channel_sequence": "0"
}
},
"interchainaccounts": {
"controller_genesis_state": {
"active_channels": [],
"interchain_accounts": [],
"ports": [],
"params": {
"controller_enabled": true
}
},
"host_genesis_state": {
"active_channels": [],
"interchain_accounts": [],
"port": "icahost",
"params": {
"host_enabled": true,
"allow_messages": []
}
}
},
"mint": {
"minter": {
"inflation": "0.130000000000000000",
"annual_provisions": "0.000000000000000000"
},
"params": {
"mint_denom": "utitus",
"mint_denom": "atitus",
"inflation_rate_change": "0.130000000000000000",
"inflation_max": "0.100000000000000000",
"inflation_min": "0.100000000000000000",
"inflation_max": "0.200000000000000000",
"inflation_min": "0.070000000000000000",
"goal_bonded": "0.670000000000000000",
"blocks_per_year": "31557600"
}
Expand All @@ -290,15 +324,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 +356,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 +393,7 @@ data:
},
"codes": [],
"contracts": [],
"sequences": [],
"gen_msgs": []
"sequences": []
}
}
}
Expand Down Expand Up @@ -427,21 +460,21 @@ spec:
rpc: true
image:
name: ghcr.io/archway-network/archwayd
version: NODE_VERSION
version: d6c5cf4
imagePullPolicy: Always
init:
assets:
- 10000000000000000000utitus
bondDenom: utitus
- 1000000000000000000000000000atitus
bondDenom: atitus
chainID: titus-1
faucet:
creditAmount: 10000000
creditAmount: 9000000000000000000
denoms:
- utitus
- atitus
domain: faucet.titus-1.archway.tech
funds: 100000000000000000utitus
funds: 900000000000000000000000000atitus
legacySend: false
maxCredit: 100000000
maxCredit: 9000000000000000000
replicas: 1
moniker: archway
persistence:
Expand Down
Loading