Skip to content

Commit de4119a

Browse files
committed
Add gentx and account for Data Nexus
1 parent 15c3be1 commit de4119a

File tree

2 files changed

+393
-0
lines changed

2 files changed

+393
-0
lines changed

mainnet/genesis.json

Lines changed: 392 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,392 @@
1+
{
2+
"app_name": "lumerad",
3+
"app_version": "1.1.0",
4+
"genesis_time": "2025-06-16T16:00:00Z",
5+
"chain_id": "lumera-mainnet-1",
6+
"initial_height": 1,
7+
"app_hash": null,
8+
"app_state": {
9+
"06-solomachine": null,
10+
"07-tendermint": null,
11+
"action": {
12+
"params": {
13+
"base_action_fee": {
14+
"denom": "ulume",
15+
"amount": "10000"
16+
},
17+
"fee_per_kbyte": {
18+
"denom": "ulume",
19+
"amount": "10"
20+
},
21+
"max_actions_per_block": "10",
22+
"min_super_nodes": "1",
23+
"max_dd_and_fingerprints": "50",
24+
"max_raptor_q_symbols": "50",
25+
"expiration_duration": "86400s",
26+
"min_processing_time": "60s",
27+
"max_processing_time": "3600s",
28+
"super_node_fee_share": "0.980000000000000000",
29+
"foundation_fee_share": "0.020000000000000000"
30+
}
31+
},
32+
"auth": {
33+
"params": {
34+
"max_memo_characters": "256",
35+
"tx_sig_limit": "7",
36+
"tx_size_cost_per_byte": "10",
37+
"sig_verify_cost_ed25519": "590",
38+
"sig_verify_cost_secp256k1": "1000"
39+
},
40+
"accounts": [
41+
{
42+
"@type": "/cosmos.auth.v1beta1.BaseAccount",
43+
"address": "lumera1jywa35mth6pzak98jsv5qwwrt67hyqc7yne2jy",
44+
"pub_key": null,
45+
"account_number": "0",
46+
"sequence": "0"
47+
}
48+
]
49+
},
50+
"authz": {
51+
"authorization": []
52+
},
53+
"bank": {
54+
"params": {
55+
"send_enabled": [],
56+
"default_send_enabled": true
57+
},
58+
"balances": [
59+
{
60+
"address": "lumera1jywa35mth6pzak98jsv5qwwrt67hyqc7yne2jy",
61+
"coins": [
62+
{
63+
"denom": "ulume",
64+
"amount": "1000000"
65+
}
66+
]
67+
}
68+
],
69+
"supply": [
70+
{
71+
"denom": "ulume",
72+
"amount": "1000000"
73+
}
74+
],
75+
"denom_metadata": [
76+
{
77+
"description": "The native token of the lumera protocol",
78+
"denom_units": [
79+
{
80+
"denom": "ulume",
81+
"exponent": 0,
82+
"aliases": [
83+
"microlume"
84+
]
85+
},
86+
{
87+
"denom": "mlume",
88+
"exponent": 3,
89+
"aliases": [
90+
"millilume"
91+
]
92+
},
93+
{
94+
"denom": "lume",
95+
"exponent": 6,
96+
"aliases": []
97+
}
98+
],
99+
"base": "ulume",
100+
"display": "lume",
101+
"name": "lume",
102+
"symbol": "LUME",
103+
"uri": "",
104+
"uri_hash": ""
105+
}
106+
],
107+
"send_enabled": []
108+
},
109+
"capability": {
110+
"index": "1",
111+
"owners": []
112+
},
113+
"circuit": {
114+
"account_permissions": [],
115+
"disabled_type_urls": []
116+
},
117+
"claim": {
118+
"params": {
119+
"enable_claims": true,
120+
"claim_end_time": "1767225600",
121+
"max_claims_per_block": "100"
122+
},
123+
"claim_records": [],
124+
"total_claimable_amount": "18749999990350",
125+
"claims_denom": "ulume"
126+
},
127+
"consensus": null,
128+
"crisis": {
129+
"constant_fee": {
130+
"denom": "ulume",
131+
"amount": "500000000"
132+
}
133+
},
134+
"distribution": {
135+
"params": {
136+
"community_tax": "0.020000000000000000",
137+
"base_proposer_reward": "0.000000000000000000",
138+
"bonus_proposer_reward": "0.000000000000000000",
139+
"withdraw_addr_enabled": true
140+
},
141+
"fee_pool": {
142+
"community_pool": []
143+
},
144+
"delegator_withdraw_infos": [],
145+
"previous_proposer": "",
146+
"outstanding_rewards": [],
147+
"validator_accumulated_commissions": [],
148+
"validator_historical_rewards": [],
149+
"validator_current_rewards": [],
150+
"delegator_starting_infos": [],
151+
"validator_slash_events": []
152+
},
153+
"evidence": {
154+
"evidence": []
155+
},
156+
"feegrant": {
157+
"allowances": []
158+
},
159+
"feeibc": {
160+
"identified_fees": [],
161+
"fee_enabled_channels": [],
162+
"registered_payees": [],
163+
"registered_counterparty_payees": [],
164+
"forward_relayers": []
165+
},
166+
"genutil": {
167+
"gen_txs": []
168+
},
169+
"gov": {
170+
"starting_proposal_id": "1",
171+
"deposits": [],
172+
"votes": [],
173+
"proposals": [],
174+
"deposit_params": null,
175+
"voting_params": null,
176+
"tally_params": null,
177+
"params": {
178+
"min_deposit": [
179+
{
180+
"denom": "ulume",
181+
"amount": "1000000000"
182+
}
183+
],
184+
"max_deposit_period": "259200s",
185+
"voting_period": "604800s",
186+
"quorum": "0.334000000000000000",
187+
"threshold": "0.500000000000000000",
188+
"veto_threshold": "0.400000000000000000",
189+
"min_initial_deposit_ratio": "0.002500000000000000",
190+
"proposal_cancel_ratio": "0.500000000000000000",
191+
"proposal_cancel_dest": "",
192+
"expedited_voting_period": "86400s",
193+
"expedited_threshold": "0.667000000000000000",
194+
"expedited_min_deposit": [
195+
{
196+
"denom": "ulume",
197+
"amount": "5000000000"
198+
}
199+
],
200+
"burn_vote_quorum": false,
201+
"burn_proposal_deposit_prevote": false,
202+
"burn_vote_veto": true,
203+
"min_deposit_ratio": "0.010000000000000000"
204+
},
205+
"constitution": ""
206+
},
207+
"group": {
208+
"group_seq": "0",
209+
"groups": [],
210+
"group_members": [],
211+
"group_policy_seq": "0",
212+
"group_policies": [],
213+
"proposal_seq": "0",
214+
"proposals": [],
215+
"votes": []
216+
},
217+
"ibc": {
218+
"client_genesis": {
219+
"clients": [],
220+
"clients_consensus": [],
221+
"clients_metadata": [],
222+
"params": {
223+
"allowed_clients": [
224+
"*"
225+
]
226+
},
227+
"create_localhost": false,
228+
"next_client_sequence": "0"
229+
},
230+
"connection_genesis": {
231+
"connections": [],
232+
"client_connection_paths": [],
233+
"next_connection_sequence": "0",
234+
"params": {
235+
"max_expected_time_per_block": "30000000000"
236+
}
237+
},
238+
"channel_genesis": {
239+
"channels": [],
240+
"acknowledgements": [],
241+
"commitments": [],
242+
"receipts": [],
243+
"send_sequences": [],
244+
"recv_sequences": [],
245+
"ack_sequences": [],
246+
"next_channel_sequence": "0",
247+
"params": {
248+
"upgrade_timeout": {
249+
"height": {
250+
"revision_number": "0",
251+
"revision_height": "0"
252+
},
253+
"timestamp": "600000000000"
254+
}
255+
}
256+
}
257+
},
258+
"interchainaccounts": {
259+
"controller_genesis_state": {
260+
"active_channels": [],
261+
"interchain_accounts": [],
262+
"ports": [],
263+
"params": {
264+
"controller_enabled": true
265+
}
266+
},
267+
"host_genesis_state": {
268+
"active_channels": [],
269+
"interchain_accounts": [],
270+
"port": "icahost",
271+
"params": {
272+
"host_enabled": true,
273+
"allow_messages": [
274+
"*"
275+
]
276+
}
277+
}
278+
},
279+
"lumeraid": {
280+
"params": {}
281+
},
282+
"mint": {
283+
"minter": {
284+
"inflation": "0.137500000000000000",
285+
"annual_provisions": "0.000000000000000000"
286+
},
287+
"params": {
288+
"mint_denom": "ulume",
289+
"inflation_rate_change": "0.075000000000000000",
290+
"inflation_max": "0.200000000000000000",
291+
"inflation_min": "0.050000000000000000",
292+
"goal_bonded": "0.670000000000000000",
293+
"blocks_per_year": "3942000"
294+
}
295+
},
296+
"nft": {
297+
"classes": [],
298+
"entries": []
299+
},
300+
"params": null,
301+
"runtime": null,
302+
"slashing": {
303+
"params": {
304+
"signed_blocks_window": "10000",
305+
"min_signed_per_window": "0.100000000000000000",
306+
"downtime_jail_duration": "3600s",
307+
"slash_fraction_double_sign": "0.050000000000000000",
308+
"slash_fraction_downtime": "0.001000000000000000"
309+
},
310+
"signing_infos": [],
311+
"missed_blocks": []
312+
},
313+
"staking": {
314+
"params": {
315+
"unbonding_time": "1814400s",
316+
"max_validators": "50",
317+
"max_entries": 7,
318+
"historical_entries": 10000,
319+
"bond_denom": "ulume",
320+
"min_commission_rate": "0.050000000000000000"
321+
},
322+
"last_total_power": "0",
323+
"last_validator_powers": [],
324+
"validators": [],
325+
"delegations": [],
326+
"unbonding_delegations": [],
327+
"redelegations": [],
328+
"exported": false
329+
},
330+
"supernode": {
331+
"params": {
332+
"minimum_stake_for_sn": {
333+
"denom": "ulume",
334+
"amount": "25000000000"
335+
},
336+
"inactivity_penalty_period": "86400s",
337+
"reporting_threshold": "10",
338+
"slashing_threshold": "5",
339+
"slashing_fraction": "0.010000000000000000",
340+
"evidence_retention_period": "180days",
341+
"metrics_thresholds": ""
342+
}
343+
},
344+
"transfer": {
345+
"port_id": "transfer",
346+
"denom_traces": [],
347+
"params": {
348+
"send_enabled": true,
349+
"receive_enabled": true
350+
},
351+
"total_escrowed": []
352+
},
353+
"upgrade": {},
354+
"vesting": {},
355+
"wasm": {
356+
"params": {
357+
"code_upload_access": {
358+
"permission": "Everybody",
359+
"addresses": []
360+
},
361+
"instantiate_default_permission": "Everybody"
362+
},
363+
"codes": [],
364+
"contracts": [],
365+
"sequences": []
366+
}
367+
},
368+
"consensus": {
369+
"params": {
370+
"block": {
371+
"max_bytes": "22020096",
372+
"max_gas": "-1"
373+
},
374+
"evidence": {
375+
"max_age_num_blocks": "100000",
376+
"max_age_duration": "172800000000000",
377+
"max_bytes": "1048576"
378+
},
379+
"validator": {
380+
"pub_key_types": [
381+
"ed25519"
382+
]
383+
},
384+
"version": {
385+
"app": "0"
386+
},
387+
"abci": {
388+
"vote_extensions_enable_height": "0"
389+
}
390+
}
391+
}
392+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Data Nexus","identity":"9D89A6BF3B94837E","website":"https://data.nexus","security_contact":"[email protected]","details":"Powering decentralized applications with data services and validation"},"commission":{"rate":"0.100000000000000000","max_rate":"0.250000000000000000","max_change_rate":"0.050000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"lumeravaloper1jywa35mth6pzak98jsv5qwwrt67hyqc7tf2k58","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"Lx1bEXRbVxig0jjhY/T0f75TH/3dSndaA7B4SXfOqm4="},"value":{"denom":"ulume","amount":"1000000"}}],"memo":"[email protected]:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AvWG/aFBYO60WM3qHIUoKdTcCb9C7gq+Q2fCuGSiGcGX"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["v6z5GjQHwqF8rYVAviBoGX/xZWl2oRKfiG0Y1IqoCqRCiuFo2hPNclUFR3vFdVMeqmTIxDnpvRycyDh/auWnNw=="]}

0 commit comments

Comments
 (0)