|
22 | 22 | }, |
23 | 23 | "app_hash": "", |
24 | 24 | "app_state": { |
| 25 | + "alliance": { |
| 26 | + "params": { |
| 27 | + "reward_delay_time": "604800s", |
| 28 | + "take_rate_claim_interval": "300s", |
| 29 | + "last_take_rate_claim_time": "0001-01-01T00:00:00Z" |
| 30 | + }, |
| 31 | + "assets": [], |
| 32 | + "validator_infos": [], |
| 33 | + "reward_weight_change_snaphots": [], |
| 34 | + "delegations": [], |
| 35 | + "redelegations": [], |
| 36 | + "undelegations": [] |
| 37 | + }, |
25 | 38 | "auth": { |
26 | 39 | "params": { |
27 | 40 | "max_memo_characters": "256", |
|
262 | 275 | "feegrant": { |
263 | 276 | "allowances": [] |
264 | 277 | }, |
| 278 | + "feeibc": { |
| 279 | + "identified_fees": [], |
| 280 | + "fee_enabled_channels": [], |
| 281 | + "registered_payees": [], |
| 282 | + "registered_counterparty_payees": [], |
| 283 | + "forward_relayers": [] |
| 284 | + }, |
265 | 285 | "genutil": { |
266 | 286 | "gen_txs": [ |
267 | 287 | { |
|
367 | 387 | "connection_genesis": { |
368 | 388 | "connections": [], |
369 | 389 | "client_connection_paths": [], |
370 | | - "next_connection_sequence": "0" |
| 390 | + "next_connection_sequence": "0", |
| 391 | + "params": { |
| 392 | + "max_expected_time_per_block": "30000000000" |
| 393 | + } |
371 | 394 | }, |
372 | 395 | "channel_genesis": { |
373 | 396 | "channels": [], |
|
380 | 403 | "next_channel_sequence": "0" |
381 | 404 | } |
382 | 405 | }, |
| 406 | + "ibchooks": {}, |
| 407 | + "interchainaccounts": { |
| 408 | + "controller_genesis_state": { |
| 409 | + "active_channels": [], |
| 410 | + "interchain_accounts": [], |
| 411 | + "ports": [], |
| 412 | + "params": { |
| 413 | + "controller_enabled": true |
| 414 | + } |
| 415 | + }, |
| 416 | + "host_genesis_state": { |
| 417 | + "active_channels": [], |
| 418 | + "interchain_accounts": [], |
| 419 | + "port": "icahost", |
| 420 | + "params": { |
| 421 | + "host_enabled": true, |
| 422 | + "allow_messages": [ |
| 423 | + "/cosmos.authz.v1beta1.MsgExec", |
| 424 | + "/cosmos.authz.v1beta1.MsgGrant", |
| 425 | + "/cosmos.authz.v1beta1.MsgRevoke", |
| 426 | + "/cosmos.bank.v1beta1.MsgSend", |
| 427 | + "/cosmos.bank.v1beta1.MsgMultiSend", |
| 428 | + "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress", |
| 429 | + "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission", |
| 430 | + "/cosmos.distribution.v1beta1.MsgFundCommunityPool", |
| 431 | + "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward", |
| 432 | + "/cosmos.feegrant.v1beta1.MsgGrantAllowance", |
| 433 | + "/cosmos.feegrant.v1beta1.MsgRevokeAllowance", |
| 434 | + "/cosmos.gov.v1beta1.MsgVoteWeighted", |
| 435 | + "/cosmos.gov.v1beta1.MsgSubmitProposal", |
| 436 | + "/cosmos.gov.v1beta1.MsgDeposit", |
| 437 | + "/cosmos.gov.v1beta1.MsgVote", |
| 438 | + "/cosmos.staking.v1beta1.MsgEditValidator", |
| 439 | + "/cosmos.staking.v1beta1.MsgDelegate", |
| 440 | + "/cosmos.staking.v1beta1.MsgUndelegate", |
| 441 | + "/cosmos.staking.v1beta1.MsgBeginRedelegate", |
| 442 | + "/cosmos.staking.v1beta1.MsgCreateValidator", |
| 443 | + "/cosmos.vesting.v1beta1.MsgCreateVestingAccount", |
| 444 | + "/ibc.applications.transfer.v1.MsgTransfer", |
| 445 | + "/cosmwasm.wasm.v1.MsgStoreCode", |
| 446 | + "/cosmwasm.wasm.v1.MsgInstantiateContract", |
| 447 | + "/cosmwasm.wasm.v1.MsgExecuteContract", |
| 448 | + "/cosmwasm.wasm.v1.MsgMigrateContract" |
| 449 | + ] |
| 450 | + } |
| 451 | + } |
| 452 | + }, |
| 453 | + "intertx": null, |
383 | 454 | "mint": { |
384 | 455 | "minter": { |
385 | 456 | "inflation": "0.130000000000000000", |
|
412 | 483 | "max_validators": 100, |
413 | 484 | "max_entries": 7, |
414 | 485 | "historical_entries": 10000, |
415 | | - "bond_denom": "uluna" |
| 486 | + "bond_denom": "uluna", |
| 487 | + "min_commission_rate": "0.000000000000000000" |
416 | 488 | }, |
417 | 489 | "last_total_power": "0", |
418 | 490 | "last_validator_powers": [], |
|
422 | 494 | "redelegations": [], |
423 | 495 | "exported": false |
424 | 496 | }, |
| 497 | + "tokenfactory": { |
| 498 | + "params": { |
| 499 | + "denom_creation_fee": [ |
| 500 | + { |
| 501 | + "denom": "uluna", |
| 502 | + "amount": "10000000" |
| 503 | + } |
| 504 | + ] |
| 505 | + }, |
| 506 | + "factory_denoms": [] |
| 507 | + }, |
425 | 508 | "transfer": { |
426 | 509 | "port_id": "transfer", |
427 | 510 | "denom_traces": [], |
|
436 | 519 | "params": { |
437 | 520 | "code_upload_access": { |
438 | 521 | "permission": "Everybody", |
439 | | - "address": "" |
| 522 | + "address": "", |
| 523 | + "addresses": [] |
440 | 524 | }, |
441 | 525 | "instantiate_default_permission": "Everybody" |
442 | 526 | }, |
|
0 commit comments