github.com/Finschia/finschia-sdk@v0.48.1/tests/fixtures/adr-024-coin-metadata_genesis.json (about)

     1  {
     2    "genesis_time": "2020-07-18T22:22:09.286222793Z",
     3    "chain_id": "123",
     4    "consensus_params": {
     5      "block": {
     6        "max_bytes": "22020096",
     7        "max_gas": "-1",
     8        "time_iota_ms": "1000"
     9      },
    10      "evidence": {
    11        "max_age_num_blocks": "100000",
    12        "max_age_duration": "172800000000000",
    13        "max_num": 50,
    14        "proof_trial_period": "50000"
    15      },
    16      "validator": {
    17        "pub_key_types": [
    18          "ed25519"
    19        ]
    20      }
    21    },
    22    "app_hash": "",
    23    "app_state": {
    24      "bank": {
    25        "params": {
    26          "default_send_enabled": true
    27        },
    28        "balances": [
    29          {
    30            "address": "link1wjfgxvmff06nqkzlnuhhdmm5d55lvffn5xym0g",
    31            "coins": [
    32              {
    33                "denom": "nametoken",
    34                "amount": "1000"
    35              },
    36              {
    37                "denom": "stake",
    38                "amount": "100000000"
    39              }
    40            ]
    41          },
    42          {
    43            "address": "cosmos1xztun2634zplhajda7tmjaxy488qj44n765t58",
    44            "coins": [
    45              {
    46                "denom": "nametoken",
    47                "amount": "1000"
    48              },
    49              {
    50                "denom": "stake",
    51                "amount": "100000000"
    52              }
    53            ]
    54          }
    55        ],
    56        "supply": [],
    57        "denom_metadata": [
    58          {
    59            "description": "The native staking token of the Cosmos Hub.",
    60            "denom_units": [
    61              {
    62                "denom": "uatom",
    63                "exponent": 0,
    64                "aliases": [
    65                  "microatom"
    66                ]
    67              },
    68              {
    69                "denom": "matom",
    70                "exponent": 3,
    71                "aliases": [
    72                  "milliatom"
    73                ]
    74              },
    75              {
    76                "denom": "atom",
    77                "exponent": 6
    78              }
    79            ],
    80            "base": "uatom",
    81            "display": "atom"
    82          }
    83        ]
    84      },
    85      "genutil": {
    86        "gentxs": []
    87      },
    88      "capability": {
    89        "index": "1",
    90        "owners": []
    91      },
    92      "mint": {
    93        "minter": {
    94          "inflation": "0.130000000000000000",
    95          "annual_provisions": "0.000000000000000000"
    96        },
    97        "params": {
    98          "mint_denom": "stake",
    99          "inflation_rate_change": "0.130000000000000000",
   100          "inflation_max": "0.200000000000000000",
   101          "inflation_min": "0.070000000000000000",
   102          "goal_bonded": "0.670000000000000000",
   103          "blocks_per_year": "6311520"
   104        }
   105      },
   106      "ibc": {
   107        "client_genesis": {
   108          "clients": [],
   109          "clients_consensus": [],
   110          "create_localhost": true
   111        },
   112        "connection_genesis": {
   113          "connections": [],
   114          "client_connection_paths": []
   115        },
   116        "channel_genesis": {
   117          "channels": [],
   118          "acknowledgements": [],
   119          "commitments": [],
   120          "send_sequences": [],
   121          "recv_sequences": [],
   122          "ack_sequences": []
   123        }
   124      },
   125      "upgrade": {},
   126      "evidence": {
   127        "evidence": []
   128      },
   129      "auth": {
   130        "params": {
   131          "max_memo_characters": "256",
   132          "tx_sig_limit": "7",
   133          "tx_size_cost_per_byte": "10",
   134          "sig_verify_cost_ed25519": "590",
   135          "sig_verify_cost_secp256k1": "1000"
   136        },
   137        "accounts": []
   138      },
   139      "gov": {
   140        "starting_proposal_id": "1",
   141        "deposits": null,
   142        "votes": null,
   143        "proposals": null,
   144        "deposit_params": {
   145          "min_deposit": [
   146            {
   147              "denom": "stake",
   148              "amount": "10000000"
   149            }
   150          ],
   151          "max_deposit_period": "172800000000000"
   152        },
   153        "voting_params": {
   154          "voting_period": "172800000000000"
   155        },
   156        "tally_params": {
   157          "quorum": "0.334000000000000000",
   158          "threshold": "0.500000000000000000",
   159          "veto": "0.334000000000000000"
   160        }
   161      },
   162      "params": null,
   163      "transfer": {
   164        "port_id": "transfer"
   165      },
   166      "crisis": {
   167        "constant_fee": {
   168          "denom": "stake",
   169          "amount": "1000"
   170        }
   171      },
   172      "distribution": {
   173        "params": {
   174          "community_tax": "0.020000000000000000",
   175          "base_proposer_reward": "0.010000000000000000",
   176          "bonus_proposer_reward": "0.040000000000000000",
   177          "withdraw_addr_enabled": true
   178        },
   179        "fee_pool": {
   180          "community_pool": []
   181        },
   182        "delegator_withdraw_infos": [],
   183        "previous_proposer": "",
   184        "outstanding_rewards": [],
   185        "validator_accumulated_commissions": [],
   186        "validator_historical_rewards": [],
   187        "validator_current_rewards": [],
   188        "delegator_starting_infos": [],
   189        "validator_slash_events": []
   190      },
   191      "slashing": {
   192        "params": {
   193          "signed_blocks_window": "100",
   194          "min_signed_per_window": "0.500000000000000000",
   195          "downtime_jail_duration": "600000000000",
   196          "slash_fraction_double_sign": "0.050000000000000000",
   197          "slash_fraction_downtime": "0.010000000000000000"
   198        },
   199        "signing_infos": {},
   200        "missed_blocks": {}
   201      },
   202      "staking": {
   203        "params": {
   204          "unbonding_time": "1814400000000000",
   205          "max_validators": 100,
   206          "max_entries": 7,
   207          "historical_entries": 100,
   208          "bond_denom": "stake"
   209        },
   210        "last_total_power": "0",
   211        "last_validator_powers": null,
   212        "validators": null,
   213        "delegations": null,
   214        "unbonding_delegations": null,
   215        "redelegations": null,
   216        "exported": false
   217      }
   218    }
   219  }