Advertisement
Guest User

provider chain genesis

a guest
May 3rd, 2022
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.86 KB | None | 0 0
  1. {
  2. "genesis_time": "2022-05-03T08:24:27.184653263Z",
  3. "chain_id": "provider",
  4. "initial_height": "1",
  5. "consensus_params": {
  6. "block": {
  7. "max_bytes": "22020096",
  8. "max_gas": "-1",
  9. "time_iota_ms": "1000"
  10. },
  11. "evidence": {
  12. "max_age_num_blocks": "100000",
  13. "max_age_duration": "172800000000000",
  14. "max_bytes": "1048576"
  15. },
  16. "validator": {
  17. "pub_key_types": [
  18. "ed25519"
  19. ]
  20. },
  21. "version": {}
  22. },
  23. "app_hash": "",
  24. "app_state": {
  25. "auth": {
  26. "params": {
  27. "max_memo_characters": "256",
  28. "tx_sig_limit": "7",
  29. "tx_size_cost_per_byte": "10",
  30. "sig_verify_cost_ed25519": "590",
  31. "sig_verify_cost_secp256k1": "1000"
  32. },
  33. "accounts": [
  34. {
  35. "@type": "/cosmos.auth.v1beta1.BaseAccount",
  36. "address": "cosmos1yeyj3s7y2zpaevjts7qeeyrg8nhguqs9ng5z77",
  37. "pub_key": null,
  38. "account_number": "0",
  39. "sequence": "0"
  40. }
  41. ]
  42. },
  43. "bank": {
  44. "params": {
  45. "send_enabled": [],
  46. "default_send_enabled": true
  47. },
  48. "balances": [
  49. {
  50. "address": "cosmos1yeyj3s7y2zpaevjts7qeeyrg8nhguqs9ng5z77",
  51. "coins": [
  52. {
  53. "denom": "stake",
  54. "amount": "100000000000"
  55. }
  56. ]
  57. }
  58. ],
  59. "supply": [],
  60. "denom_metadata": []
  61. },
  62. "capability": {
  63. "index": "1",
  64. "owners": []
  65. },
  66. "ccvchild": {
  67. "params": {
  68. "Enabled": false
  69. },
  70. "parent_client_id": "",
  71. "parent_channel_id": "",
  72. "new_chain": false,
  73. "parent_client_state": null,
  74. "parent_consensus_state": null,
  75. "unbonding_sequences": [],
  76. "initial_val_set": []
  77. },
  78. "crisis": {
  79. "constant_fee": {
  80. "denom": "stake",
  81. "amount": "1000"
  82. }
  83. },
  84. "distribution": {
  85. "params": {
  86. "community_tax": "0.020000000000000000",
  87. "base_proposer_reward": "0.010000000000000000",
  88. "bonus_proposer_reward": "0.040000000000000000",
  89. "withdraw_addr_enabled": true
  90. },
  91. "fee_pool": {
  92. "community_pool": []
  93. },
  94. "delegator_withdraw_infos": [],
  95. "previous_proposer": "",
  96. "outstanding_rewards": [],
  97. "validator_accumulated_commissions": [],
  98. "validator_historical_rewards": [],
  99. "validator_current_rewards": [],
  100. "delegator_starting_infos": [],
  101. "validator_slash_events": []
  102. },
  103. "evidence": {
  104. "evidence": []
  105. },
  106. "feegrant": {
  107. "allowances": []
  108. },
  109. "genutil": {
  110. "gen_txs": [
  111. {
  112. "body": {
  113. "messages": [
  114. {
  115. "@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
  116. "description": {
  117. "moniker": "simon",
  118. "identity": "",
  119. "website": "",
  120. "security_contact": "",
  121. "details": ""
  122. },
  123. "commission": {
  124. "rate": "0.100000000000000000",
  125. "max_rate": "0.200000000000000000",
  126. "max_change_rate": "0.010000000000000000"
  127. },
  128. "min_self_delegation": "1",
  129. "delegator_address": "cosmos1yeyj3s7y2zpaevjts7qeeyrg8nhguqs9ng5z77",
  130. "validator_address": "cosmosvaloper1yeyj3s7y2zpaevjts7qeeyrg8nhguqs9kuqhjd",
  131. "pubkey": {
  132. "@type": "/cosmos.crypto.ed25519.PubKey",
  133. "key": "k6GyF7rWQd0kxgwRXRq5BsKbFVO9VnrSEPPlr1crMn8="
  134. },
  135. "value": {
  136. "denom": "stake",
  137. "amount": "100000000"
  138. }
  139. }
  140. ],
  141. "memo": "1b0123117e67b6ded608f1afae3915e89e0a8acc@165.227.143.45:26656",
  142. "timeout_height": "0",
  143. "extension_options": [],
  144. "non_critical_extension_options": []
  145. },
  146. "auth_info": {
  147. "signer_infos": [
  148. {
  149. "public_key": {
  150. "@type": "/cosmos.crypto.secp256k1.PubKey",
  151. "key": "A/rGkO3wYL2FENtL51HqB9OYEjF2IXPxR4lduTDPaP1P"
  152. },
  153. "mode_info": {
  154. "single": {
  155. "mode": "SIGN_MODE_DIRECT"
  156. }
  157. },
  158. "sequence": "0"
  159. }
  160. ],
  161. "fee": {
  162. "amount": [],
  163. "gas_limit": "200000",
  164. "payer": "",
  165. "granter": ""
  166. }
  167. },
  168. "signatures": [
  169. "WrLip8zLSfUEkGfaRu6ADwsb4xWSOb+KMrBDsZO3LJEuHGz1YGbuglj3uc8PgFD0nIAJtoDVcEckIzzAP3apnQ=="
  170. ]
  171. }
  172. ]
  173. },
  174. "gov": {
  175. "starting_proposal_id": "1",
  176. "deposits": [],
  177. "votes": [],
  178. "proposals": [],
  179. "deposit_params": {
  180. "min_deposit": [
  181. {
  182. "denom": "stake",
  183. "amount": "10000000"
  184. }
  185. ],
  186. "max_deposit_period": "172800s"
  187. },
  188. "voting_params": {
  189. "voting_period": "3s"
  190. },
  191. "tally_params": {
  192. "quorum": "0.334000000000000000",
  193. "threshold": "0.500000000000000000",
  194. "veto_threshold": "0.334000000000000000"
  195. }
  196. },
  197. "ibc": {
  198. "client_genesis": {
  199. "clients": [],
  200. "clients_consensus": [],
  201. "clients_metadata": [],
  202. "params": {
  203. "allowed_clients": [
  204. "06-solomachine",
  205. "07-tendermint"
  206. ]
  207. },
  208. "create_localhost": false,
  209. "next_client_sequence": "0"
  210. },
  211. "connection_genesis": {
  212. "connections": [],
  213. "client_connection_paths": [],
  214. "next_connection_sequence": "0",
  215. "params": {
  216. "max_expected_time_per_block": "30000000000"
  217. }
  218. },
  219. "channel_genesis": {
  220. "channels": [],
  221. "acknowledgements": [],
  222. "commitments": [],
  223. "receipts": [],
  224. "send_sequences": [],
  225. "recv_sequences": [],
  226. "ack_sequences": [],
  227. "next_channel_sequence": "0"
  228. }
  229. },
  230. "mint": {
  231. "minter": {
  232. "inflation": "0.130000000000000000",
  233. "annual_provisions": "0.000000000000000000"
  234. },
  235. "params": {
  236. "mint_denom": "stake",
  237. "inflation_rate_change": "0.130000000000000000",
  238. "inflation_max": "0.200000000000000000",
  239. "inflation_min": "0.070000000000000000",
  240. "goal_bonded": "0.670000000000000000",
  241. "blocks_per_year": "6311520"
  242. }
  243. },
  244. "params": null,
  245. "parent": {
  246. "child_states": [],
  247. "params": {
  248. "template_client": {
  249. "chain_id": "",
  250. "trust_level": {
  251. "numerator": "1",
  252. "denominator": "3"
  253. },
  254. "trusting_period": "0s",
  255. "unbonding_period": "0s",
  256. "max_clock_drift": "10s",
  257. "frozen_height": {
  258. "revision_number": "0",
  259. "revision_height": "0"
  260. },
  261. "latest_height": {
  262. "revision_number": "0",
  263. "revision_height": "0"
  264. },
  265. "proof_specs": [
  266. {
  267. "leaf_spec": {
  268. "hash": "SHA256",
  269. "prehash_key": "NO_HASH",
  270. "prehash_value": "SHA256",
  271. "length": "VAR_PROTO",
  272. "prefix": "AA=="
  273. },
  274. "inner_spec": {
  275. "child_order": [
  276. 0,
  277. 1
  278. ],
  279. "child_size": 33,
  280. "min_prefix_length": 4,
  281. "max_prefix_length": 12,
  282. "empty_child": null,
  283. "hash": "SHA256"
  284. },
  285. "max_depth": 0,
  286. "min_depth": 0
  287. },
  288. {
  289. "leaf_spec": {
  290. "hash": "SHA256",
  291. "prehash_key": "NO_HASH",
  292. "prehash_value": "SHA256",
  293. "length": "VAR_PROTO",
  294. "prefix": "AA=="
  295. },
  296. "inner_spec": {
  297. "child_order": [
  298. 0,
  299. 1
  300. ],
  301. "child_size": 32,
  302. "min_prefix_length": 1,
  303. "max_prefix_length": 1,
  304. "empty_child": null,
  305. "hash": "SHA256"
  306. },
  307. "max_depth": 0,
  308. "min_depth": 0
  309. }
  310. ],
  311. "upgrade_path": [
  312. "upgrade",
  313. "upgradedIBCState"
  314. ],
  315. "allow_update_after_expiry": true,
  316. "allow_update_after_misbehaviour": true
  317. }
  318. }
  319. },
  320. "slashing": {
  321. "params": {
  322. "signed_blocks_window": "100",
  323. "min_signed_per_window": "0.500000000000000000",
  324. "downtime_jail_duration": "600s",
  325. "slash_fraction_double_sign": "0.050000000000000000",
  326. "slash_fraction_downtime": "0.010000000000000000"
  327. },
  328. "signing_infos": [],
  329. "missed_blocks": []
  330. },
  331. "staking": {
  332. "params": {
  333. "unbonding_time": "600s",
  334. "max_validators": 100,
  335. "max_entries": 7,
  336. "historical_entries": 10000,
  337. "bond_denom": "stake"
  338. },
  339. "last_total_power": "0",
  340. "last_validator_powers": [],
  341. "validators": [],
  342. "delegations": [],
  343. "unbonding_delegations": [],
  344. "redelegations": [],
  345. "exported": false
  346. },
  347. "transfer": {
  348. "port_id": "transfer",
  349. "denom_traces": [],
  350. "params": {
  351. "send_enabled": true,
  352. "receive_enabled": true
  353. }
  354. },
  355. "upgrade": {},
  356. "vesting": {}
  357. }
  358. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement