mukan-ignite/ignite/pkg/jsonfile/testdata/jsonfile.json
Mukan Erkin Törük 26b204bd04
Some checks are pending
Docs Deploy / build_and_deploy (push) Waiting to run
Generate Docs / cli (push) Waiting to run
Generate Config Doc / cli (push) Waiting to run
Go formatting / go-formatting (push) Waiting to run
Check links / markdown-link-check (push) Waiting to run
Integration / pre-test (push) Waiting to run
Integration / test on (push) Blocked by required conditions
Integration / status (push) Blocked by required conditions
Lint / Lint Go code (push) Waiting to run
Test / test (ubuntu-latest) (push) Waiting to run
feat: fork Ignite CLI v29 as Mukan Ignite — remove cosmos-sdk restrictions
2026-05-11 03:31:37 +03:00

40 lines
No EOL
765 B
JSON

{
"app_state": {
"bank": {
"balances": [
{
"address": "cosmos1dd246yq6z5vzjz9gh8cff46pll75yyl8ygndsj",
"coins": [
{
"amount": "95000000",
"denom": "stake"
}
]
}
]
}
},
"chain_id": "earth-1",
"consensus_params": {
"block": {
"max_bytes": "22020096",
"max_gas": "-1",
"time_iota_ms": 1000,
"best_blocks": [
100,
20,
11,
4,
2
]
},
"evidence": {
"max_age_duration": "172800000000000",
"max_age_num_blocks": "100000",
"max_bytes": 1048576
}
},
"genesis_time": "2021-11-12T02:08:12.522572Z",
"initial_height": "1",
"launched": true
}