Skip to content

Commit 3ab2d2f

Browse files
Update certain final params for genesis.json
1 parent 7070756 commit 3ab2d2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mainnet/genesis.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"supply": [],
5252
"denom_metadata": [
5353
{
54-
"description": "The native token of lumera",
54+
"description": "The native token of the lumera protocol",
5555
"denom_units": [
5656
{
5757
"denom": "ulume",
@@ -155,7 +155,7 @@
155155
"min_deposit": [
156156
{
157157
"denom": "ulume",
158-
"amount": "1250000000"
158+
"amount": "1000000000"
159159
}
160160
],
161161
"max_deposit_period": "259200s",
@@ -282,7 +282,7 @@
282282
"min_signed_per_window": "0.100000000000000000",
283283
"downtime_jail_duration": "3600s",
284284
"slash_fraction_double_sign": "0.050000000000000000",
285-
"slash_fraction_downtime": "0.005000000000000000"
285+
"slash_fraction_downtime": "0.001000000000000000"
286286
},
287287
"signing_infos": [],
288288
"missed_blocks": []

0 commit comments

Comments
 (0)