Skip to content

Commit e5ffa8b

Browse files
Revert genesis.json update
1 parent b762524 commit e5ffa8b

File tree

1 file changed

+6
-29
lines changed

1 file changed

+6
-29
lines changed

mainnet/genesis.json

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,7 @@
3737
"sig_verify_cost_ed25519": "590",
3838
"sig_verify_cost_secp256k1": "1000"
3939
},
40-
"accounts": [
41-
{
42-
"@type": "/cosmos.auth.v1beta1.BaseAccount",
43-
"address": "lumera1z6nr8ke4zam5dskcjceky4ps2h50tnhjxfdw6g",
44-
"pub_key": null,
45-
"account_number": "0",
46-
"sequence": "0"
47-
}
48-
]
40+
"accounts": []
4941
},
5042
"authz": {
5143
"authorization": []
@@ -55,23 +47,8 @@
5547
"send_enabled": [],
5648
"default_send_enabled": true
5749
},
58-
"balances": [
59-
{
60-
"address": "lumera1z6nr8ke4zam5dskcjceky4ps2h50tnhjxfdw6g",
61-
"coins": [
62-
{
63-
"denom": "ulume",
64-
"amount": "1000000"
65-
}
66-
]
67-
}
68-
],
69-
"supply": [
70-
{
71-
"denom": "ulume",
72-
"amount": "1000000"
73-
}
74-
],
50+
"balances": [],
51+
"supply": [],
7552
"denom_metadata": [
7653
{
7754
"description": "The native token of the lumera protocol",
@@ -151,7 +128,7 @@
151128
"validator_slash_events": []
152129
},
153130
"evidence": {
154-
"evidence": []
131+
"evidence": []
155132
},
156133
"feegrant": {
157134
"allowances": []
@@ -332,7 +309,7 @@
332309
"minimum_stake_for_sn": {
333310
"denom": "ulume",
334311
"amount": "25000000000"
335-
},
312+
},
336313
"inactivity_penalty_period": "86400s",
337314
"reporting_threshold": "10",
338315
"slashing_threshold": "5",
@@ -389,4 +366,4 @@
389366
}
390367
}
391368
}
392-
}
369+
}

0 commit comments

Comments
 (0)